0_0_38459618_9459.cpp:2:17: error: declaration does not declare anything [-fpermissive]
#define LL long long;
^
0_0_38459618_9459.cpp:4:1: note: in expansion of macro 'LL'
LL T,n,x,sum;
^
0_0_38459618_9459.cpp:4:4: error: 'T' does not name a type
LL T,n,x,sum;
^
0_0_38459618_9459.cpp: In function 'int main()':
0_0_38459618_9459.cpp:7:19: error: 'T' was not declared in this scope
scanf("%lld",&T);
^
0_0_38459618_9459.cpp:10:9: error: 'sum' was not declared in this scope
sum=0;
^
0_0_38459618_9459.cpp:11:23: error: 'n' was not declared in this scope
scanf("%lld",&n);
^
0_0_38459618_9459.cpp:14:27: error: 'x' was not declared in this scope
scanf("%lld",&x);
^
|