0_0_32852280_24568.cpp:1:9: error: 'maxn' was not declared in this scope
int vis[maxn];
^
0_0_32852280_24568.cpp: In function 'void init()':
0_0_32852280_24568.cpp:4:12: error: 'vis' was not declared in this scope
memset(vis, 0, sizeof(vis));
^
0_0_32852280_24568.cpp:4:31: error: 'memset' was not declared in this scope
memset(vis, 0, sizeof(vis));
^
0_0_32852280_24568.cpp:5:15: error: 'maxn' was not declared in this scope
for(i=1;i<maxn;i++){
^
0_0_32852280_24568.cpp:8:15: error: 'maxn' was not declared in this scope
for(i=2;i<maxn;i++){
^
|