0_0_17932445_9951.cpp:3:2: error: invalid preprocessing directive #includee
#includee<iostream>
^
0_0_17932445_9951.cpp: In function 'int main()':
0_0_17932445_9951.cpp:5:12: error: '_int64' was not declared in this scope
#define LL _int64
^
0_0_17932445_9951.cpp:9:5: note: in expansion of macro 'LL'
LL a,b;
^
0_0_17932445_9951.cpp:12:29: error: 'a' was not declared in this scope
scanf("%I64d&I64d",&a,&b);
^
0_0_17932445_9951.cpp:12:32: error: 'b' was not declared in this scope
scanf("%I64d&I64d",&a,&b);
^
|