0_0_26352000_9827.cpp:90:3: error: stray '#' in program
} #include <bits/stdc++.h>
^
0_0_26352000_9827.cpp:90:4: error: 'include' does not name a type
} #include <bits/stdc++.h>
^
0_0_26352000_9827.cpp:103:19: error: redefinition of 'std::vector<int> g [200120]'
vector<int> g[maxn];
^
0_0_26352000_9827.cpp:14:13: note: 'std::vector<int> g [200120]' previously declared here
vector<int> g[maxn];
^
0_0_26352000_9827.cpp:104:11: error: redefinition of 'int u [200120]'
int u[maxn],d[maxn];
^
0_0_26352000_9827.cpp:15:5: note: 'int u [200120]' previously declared here
int u[maxn],d[maxn];
^
0_0_26352000_9827.cpp:104:19: error: redefinition of 'int d [200120]'
int u[maxn],d[maxn];
^
0_0_26352000_9827.cpp:15:13: note: 'int d [200120]' previously declared here
int u[maxn],d[maxn];
^
0_0_26352000_9827.cpp:105:13: error: redefinition of 'int siz [200120]'
int siz[maxn];
^
0_0_26352000_9827.cpp:16:5: note: 'int siz [200120]' previously declared here
int siz[maxn];
^
0_0_26352000_9827.cpp:106:14: error: redefinition of 'int in_b [200120]'
int in_b[maxn],ou_b[maxn];
^
0_0_26352000_9827.cpp:17:5: note: 'int in_b [200120]' previously declared here
int in_b[maxn],ou_b[maxn];
^
0_0_26352000_9827.cpp:106:25: error: redefinition of 'int ou_b [200120]'
int in_b[maxn],ou_b[maxn];
^
0_0_26352000_9827.cpp:17:16: note: 'int ou_b [200120]' previously declared here
int in_b[maxn],ou_b[maxn];
^
0_0_26352000_9827.cpp:107:15: error: redefinition of 'int H_lim [200120]'
int H_lim[maxn];
^
0_0_26352000_9827.cpp:18:5: note: 'int H_lim [200120]' previously declared here
int H_lim[maxn];
^
0_0_26352000_9827.cpp:108:5: error: redefinition of 'int n'
int n,m;
^
0_0_26352000_9827.cpp:19:5: note: 'int n' previously declared here
int n,m;
^
0_0_26352000_9827.cpp:108:7: error: redefinition of 'int m'
int n,m;
^
0_0_26352000_9827.cpp:19:7: note: 'int m' previously declared here
int n,m;
^
0_0_26352000_9827.cpp: In function 'void getsize(int, int)':
0_0_26352000_9827.cpp:109:6: error: redefinition of 'void getsize(int, int)'
void getsize(int x,int fa)
^
0_0_26352000_9827.cpp:20:6: note: 'void getsize(int, int)' previously defined here
void getsize(int x,int fa)
^
0_0_26352000_9827.cpp: In function 'bool dfs(int, int)':
0_0_26352000_9827.cpp:118:6: error: redefinition of 'bool dfs(int, int)'
bool dfs(int x,int fa)
^
0_0_26352000_9827.cpp:29:6: note: 'bool dfs(int, int)' previously defined here
bool dfs(int x,int fa)
^
0_0_26352000_9827.cpp: In function 'bool check(int)':
0_0_26352000_9827.cpp:130:6: error: redefinition of 'bool check(int)'
bool check(int x)
^
0_0_26352000_9827.cpp:41:6: note: 'bool check(int)' previously defined here
bool check(int x)
^
0_0_26352000_9827.cpp: In function 'void clearall()':
0_0_26352000_9827.cpp:138:6: error: redefinition of 'void clearall()'
void clearall()
^
0_0_26352000_9827.cpp:49:6: note: 'void clearall()' previously defined here
void clearall()
^
0_0_26352000_9827.cpp: In function 'int main()':
0_0_26352000_9827.cpp:142:5: error: redefinition of 'int main()'
int main()
^
0_0_26352000_9827.cpp:53:5: note: 'int main()' previously defined here
int main()
^
|