0_0_28041593_28470.cpp: In function 'int main()':
0_0_28041593_28470.cpp:5:2: error: '__int' was not declared in this scope
__int 64 a[34],b[34];
^
0_0_28041593_28470.cpp:9:3: error: 'a' was not declared in this scope
a[0]=1;b[0]=0;
^
0_0_28041593_28470.cpp:9:10: error: 'b' was not declared in this scope
a[0]=1;b[0]=0;
^
|