0_0_32604436_28445.cpp: In function 'int main()':
0_0_32604436_28445.cpp:2:17: error: declaration does not declare anything [-fpermissive]
#define ll long long;
^
0_0_32604436_28445.cpp:9:9: note: in expansion of macro 'll'
ll tmp=1,ans=1;
^
0_0_32604436_28445.cpp:9:12: error: 'tmp' was not declared in this scope
ll tmp=1,ans=1;
^
0_0_32604436_28445.cpp:9:18: error: 'ans' was not declared in this scope
ll tmp=1,ans=1;
^
|