0_0_17932412_30522.cpp:2:2: error: invalid preprocessing directive #incldue
#incldue<cstring>
^
0_0_17932412_30522.cpp:3:2: error: invalid preprocessing directive #includee
#includee<iostream>
^
0_0_17932412_30522.cpp: In function 'int main()':
0_0_17932412_30522.cpp:8:5: error: '_int64' was not declared in this scope
_int64 a,b;
^
0_0_17932412_30522.cpp:11:29: error: 'a' was not declared in this scope
scanf("%I64d&I64d",&a,&b);
^
0_0_17932412_30522.cpp:11:32: error: 'b' was not declared in this scope
scanf("%I64d&I64d",&a,&b);
^
|