0_0_29469096_6549.cpp:11:14: error: unable to find numeric literal operator 'operator""map'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:19:8: note: in expansion of macro 'maxn'
mp tot[maxn];
^
0_0_29469096_6549.cpp:11:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:19:8: note: in expansion of macro 'maxn'
mp tot[maxn];
^
0_0_29469096_6549.cpp:11:24: error: expected primary-expression before 'int'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:19:8: note: in expansion of macro 'maxn'
mp tot[maxn];
^
0_0_29469096_6549.cpp:11:24: error: expected ']' before 'int'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:19:8: note: in expansion of macro 'maxn'
mp tot[maxn];
^
0_0_29469096_6549.cpp:19:12: error: expected unqualified-id before ']' token
mp tot[maxn];
^
0_0_29469096_6549.cpp:11:14: error: unable to find numeric literal operator 'operator""map'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:20:7: note: in expansion of macro 'maxn'
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp:11:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:20:7: note: in expansion of macro 'maxn'
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp:11:24: error: expected primary-expression before 'int'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:20:7: note: in expansion of macro 'maxn'
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp:11:24: error: expected ']' before 'int'
#define maxn 222222map<int,int>xx,yy;
^
0_0_29469096_6549.cpp:20:7: note: in expansion of macro 'maxn'
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp:20:11: error: expected unqualified-id before ']' token
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp:20:19: error: expected unqualified-id before ']' token
int x[maxn],y[maxn],n,m,k,b,c,op,q,d,e;
^
0_0_29469096_6549.cpp: In function 'int main()':
0_0_29469096_6549.cpp:26:17: error: 'n' was not declared in this scope
scanf("%d%d%d",&n,&m,&k);
^
0_0_29469096_6549.cpp:26:20: error: 'm' was not declared in this scope
scanf("%d%d%d",&n,&m,&k);
^
0_0_29469096_6549.cpp:26:23: error: 'k' was not declared in this scope
scanf("%d%d%d",&n,&m,&k);
^
0_0_29469096_6549.cpp:27:1: error: 'xx' was not declared in this scope
xx.clear();
^
0_0_29469096_6549.cpp:28:1: error: 'yy' was not declared in this scope
yy.clear();
^
0_0_29469096_6549.cpp:30:17: error: 'tot' was not declared in this scope
scanf("%d%d%d",&tot[i].x,&tot[i].y,&c);
^
0_0_29469096_6549.cpp:30:37: error: 'c' was not declared in this scope
scanf("%d%d%d",&tot[i].x,&tot[i].y,&c);
^
0_0_29469096_6549.cpp:33:13: error: 'q' was not declared in this scope
scanf("%d",&q);
^
0_0_29469096_6549.cpp:36:17: error: 'op' was not declared in this scope
scanf("%d%d%d",&op,&b,&c);
^
0_0_29469096_6549.cpp:36:21: error: 'b' was not declared in this scope
scanf("%d%d%d",&op,&b,&c);
^
0_0_29469096_6549.cpp:36:24: error: 'c' was not declared in this scope
scanf("%d%d%d",&op,&b,&c);
^
|