0_0_20961017_22882.cpp:2:1: error: '_int64' does not name a type
_int64 a[36][36];
^
0_0_20961017_22882.cpp: In function 'void solve(int)':
0_0_20961017_22882.cpp:7:2: error: 'a' was not declared in this scope
a[0][0]=1;
^
0_0_20961017_22882.cpp: In function 'int main()':
0_0_20961017_22882.cpp:28:34: error: 'a' was not declared in this scope
printf("%d %d %I64d\n",sum,n,2*a[n][n]);
^
|