0_0_4281221_8223.cpp:91: error: redefinition of `const int maxn'
0_0_4281221_8223.cpp:3: error: `const int maxn' previously defined here
0_0_4281221_8223.cpp:92: error: redefinition of `long long int min'
0_0_4281221_8223.cpp:4: error: `long long int min' previously declared here
0_0_4281221_8223.cpp:93: error: redefinition of `int vis[200100]'
0_0_4281221_8223.cpp:5: error: `int vis[200100]' previously declared here
0_0_4281221_8223.cpp:94: error: redefinition of `int T[200100]'
0_0_4281221_8223.cpp:6: error: `int T[200100]' previously declared here
0_0_4281221_8223.cpp:95: error: redefinition of `int t[200100]'
0_0_4281221_8223.cpp:7: error: `int t[200100]' previously declared here
0_0_4281221_8223.cpp:96: error: redefinition of `long long int L[200100]'
0_0_4281221_8223.cpp:8: error: `long long int L[200100]' previously declared here
0_0_4281221_8223.cpp:98: error: redefinition of `struct Edge'
0_0_4281221_8223.cpp:10: error: previous definition of `struct Edge'
0_0_4281221_8223.cpp:103: error: invalid type in declaration before ';' token
0_0_4281221_8223.cpp:103: error: conflicting declaration 'int*G[200100]'
0_0_4281221_8223.cpp:15: error: 'G' has a previous declaration as `Edge*G[200100]'
0_0_4281221_8223.cpp:103: error: type mismatch with previous external decl of `int*G[200100]'
0_0_4281221_8223.cpp:15: error: previous external decl of `Edge*G[200100]'
0_0_4281221_8223.cpp:103: error: declaration of `int*G[200100]'
0_0_4281221_8223.cpp:15: error: conflicts with previous declaration `Edge*G[200100]'
0_0_4281221_8223.cpp: In function `void addedge(int, int, long long int)':
0_0_4281221_8223.cpp:105: error: redefinition of `void addedge(int, int, long long int)'
0_0_4281221_8223.cpp:17: error: `void addedge(int, int, long long int)' previously defined here
0_0_4281221_8223.cpp: In function `long long int dfs(int)':
0_0_4281221_8223.cpp:121: error: redefinition of `long long int dfs(int)'
0_0_4281221_8223.cpp:33: error: `long long int dfs(int)' previously defined here
0_0_4281221_8223.cpp: In function `void cal(int, long long int)':
0_0_4281221_8223.cpp:140: error: redefinition of `void cal(int, long long int)'
0_0_4281221_8223.cpp:52: error: `void cal(int, long long int)' previously defined here
0_0_4281221_8223.cpp: In function `int main()':
0_0_4281221_8223.cpp:152: error: redefinition of `int main()'
0_0_4281221_8223.cpp:64: error: `int main()' previously defined here
|