0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
#define int long long;
^
0_0_37587149_32558.cpp:6:7: note: in expansion of macro 'int'
const int N=1e5+10;
^
0_0_37587149_32558.cpp:6:11: error: 'N' does not name a type
const int N=1e5+10;
^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
#define int long long;
^
0_0_37587149_32558.cpp:7:1: note: in expansion of macro 'int'
int a[N];
^
0_0_37587149_32558.cpp:7:5: error: 'a' does not name a type
int a[N];
^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
#define int long long;
^
0_0_37587149_32558.cpp:8:1: note: in expansion of macro 'int'
int n;
^
0_0_37587149_32558.cpp:8:5: error: 'n' does not name a type
int n;
^
0_0_37587149_32558.cpp:5:22: error: expected ')' before ';' token
#define int long long;
^
0_0_37587149_32558.cpp:9:12: note: in expansion of macro 'int'
bool check(int x){
^
0_0_37587149_32558.cpp:9:16: error: 'x' does not name a type
bool check(int x){
^
0_0_37587149_32558.cpp: In function 'int main()':
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
#define int long long;
^
0_0_37587149_32558.cpp:22:2: note: in expansion of macro 'int'
int t;
^
0_0_37587149_32558.cpp:22:6: error: 't' was not declared in this scope
int t;
^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
#define int long long;
^
0_0_37587149_32558.cpp:24:6: note: in expansion of macro 'int'
for(int T=1;T<=t;T++){
^
0_0_37587149_32558.cpp:24:10: error: 'T' was not declared in this scope
for(int T=1;T<=t;T++){
^
0_0_37587149_32558.cpp:24:18: error: expected ')' before ';' token
for(int T=1;T<=t;T++){
^
0_0_37587149_32558.cpp:24:19: error: 'T' was not declared in this scope
for(int T=1;T<=t;T++){
^
|