0_0_30781632_11290.cpp:13:19: error: conflicting declaration 'std::vector<int, std::allocator<int> > e []'
vector<int> ans,e[];
^
0_0_30781632_11290.cpp:11:6: note: previous declaration as 'edge e [11025]'
edge e[maxn*maxn];
^
0_0_30781632_11290.cpp: In function 'int main()':
0_0_30781632_11290.cpp:60:10: error: expected '}' at end of input
return 0;
^
|