0_0_9526353_20125.cpp:160: error: redefinition of `const int maxV'
0_0_9526353_20125.cpp:9: error: `const int maxV' previously defined here
0_0_9526353_20125.cpp:161: error: redefinition of `const int maxE'
0_0_9526353_20125.cpp:10: error: `const int maxE' previously defined here
0_0_9526353_20125.cpp:164: error: redefinition of `struct Arc'
0_0_9526353_20125.cpp:13: error: previous definition of `struct Arc'
0_0_9526353_20125.cpp:169: error: invalid type in declaration before ',' token
0_0_9526353_20125.cpp:169: error: conflicting declaration 'int Npool[100013]'
0_0_9526353_20125.cpp:18: error: 'Npool' has a previous declaration as `Arc Npool[100013]'
0_0_9526353_20125.cpp:169: error: type mismatch with previous external decl of `int Npool[100013]'
0_0_9526353_20125.cpp:18: error: previous external decl of `Arc Npool[100013]'
0_0_9526353_20125.cpp:169: error: declaration of `int Npool[100013]'
0_0_9526353_20125.cpp:18: error: conflicts with previous declaration `Arc Npool[100013]'
0_0_9526353_20125.cpp:169: error: conflicting declaration 'int*Nptr'
0_0_9526353_20125.cpp:18: error: 'Nptr' has a previous declaration as `Arc*Nptr'
0_0_9526353_20125.cpp:169: error: type mismatch with previous external decl of `int*Nptr'
0_0_9526353_20125.cpp:18: error: previous external decl of `Arc*Nptr'
0_0_9526353_20125.cpp:169: error: declaration of `int*Nptr'
0_0_9526353_20125.cpp:18: error: conflicts with previous declaration `Arc*Nptr'
0_0_9526353_20125.cpp:169: error: cannot convert `Arc*' to `int*' in initialization
0_0_9526353_20125.cpp:171: error: redefinition of `int N'
0_0_9526353_20125.cpp:20: error: `int N' previously declared here
0_0_9526353_20125.cpp:171: error: redefinition of `int M'
0_0_9526353_20125.cpp:20: error: `int M' previously declared here
0_0_9526353_20125.cpp:172: error: redefinition of `Arc*adj[100013]'
0_0_9526353_20125.cpp:21: error: `Arc*adj[100013]' previously declared here
0_0_9526353_20125.cpp:173: error: redefinition of `int ind'
0_0_9526353_20125.cpp:22: error: `int ind' previously defined here
0_0_9526353_20125.cpp:173: error: redefinition of `int Bcnt'
0_0_9526353_20125.cpp:22: error: `int Bcnt' previously defined here
0_0_9526353_20125.cpp:174: error: redefinition of `std::stack<int, std::deque<int, std::allocator<int> > > s'
0_0_9526353_20125.cpp:23: error: `std::stack<int, std::deque<int, std::allocator<int> > > s' previously declared here
0_0_9526353_20125.cpp:175: error: redefinition of `int Dfn[100013]'
0_0_9526353_20125.cpp:24: error: `int Dfn[100013]' previously declared here
0_0_9526353_20125.cpp:175: error: redefinition of `int Low[100013]'
0_0_9526353_20125.cpp:24: error: `int Low[100013]' previously declared here
0_0_9526353_20125.cpp:175: error: redefinition of `int Belong[100013]'
0_0_9526353_20125.cpp:24: error: `int Belong[100013]' previously declared here
0_0_9526353_20125.cpp:176: error: redefinition of `int Scon[100013]'
0_0_9526353_20125.cpp:25: error: `int Scon[100013]' previously declared here
0_0_9526353_20125.cpp:177: error: redefinition of `int Vin[100013]'
0_0_9526353_20125.cpp:26: error: `int Vin[100013]' previously declared here
0_0_9526353_20125.cpp:177: error: redefinition of `int Vout[100013]'
0_0_9526353_20125.cpp:26: error: `int Vout[100013]' previously declared here
0_0_9526353_20125.cpp:178: error: redefinition of `bool vi[100013]'
0_0_9526353_20125.cpp:27: error: `bool vi[100013]' previously declared here
0_0_9526353_20125.cpp:178: error: redefinition of `bool ins[100013]'
0_0_9526353_20125.cpp:27: error: `bool ins[100013]' previously declared here
0_0_9526353_20125.cpp: In function `int tarjan(int)':
0_0_9526353_20125.cpp:181: error: redefinition of `int tarjan(int)'
0_0_9526353_20125.cpp:30: error: `int tarjan(int)' previously defined here
0_0_9526353_20125.cpp: In function `void solve()':
0_0_9526353_20125.cpp:218: error: redefinition of `void solve()'
0_0_9526353_20125.cpp:67: error: `void solve()' previously defined here
0_0_9526353_20125.cpp: In function `void add_edge(int, int)':
0_0_9526353_20125.cpp:227: error: redefinition of `void add_edge(int, int)'
0_0_9526353_20125.cpp:76: error: `void add_edge(int, int)' previously defined here
0_0_9526353_20125.cpp: In function `void hint()':
0_0_9526353_20125.cpp:232: error: redefinition of `void hint()'
0_0_9526353_20125.cpp:81: error: `void hint()' previously defined here
0_0_9526353_20125.cpp: In function `int main()':
0_0_9526353_20125.cpp:252: error: redefinition of `int main()'
0_0_9526353_20125.cpp:101: error: `int main()' previously defined here
|