0_0_33157674_29205.cpp:8:42: error: redefinition of 'int vis [2510]'
int pre[MAXN<<1],vis[MAXN<<1],vis[MAXN<<1];
^
0_0_33157674_29205.cpp:8:18: note: 'int vis [2510]' previously declared here
int pre[MAXN<<1],vis[MAXN<<1],vis[MAXN<<1];
^
0_0_33157674_29205.cpp: In function 'int hargarian()':
0_0_33157674_29205.cpp:12:9: error: 'link' was not declared in this scope
memset(link,-1,sizeof(link));
^
0_0_33157674_29205.cpp:18:11: error: 'q' was not declared in this scope
while(!q.empty()) q.pop();
^
0_0_33157674_29205.cpp:19:4: error: 'q' was not declared in this scope
q.push(i);
^
|