0_0_1601291_8498.cpp:54: error: stray '\179' in program
0_0_1601291_8498.cpp:54: error: stray '\194' in program
0_0_1601291_8498.cpp:54: error: stray '\208' in program
0_0_1601291_8498.cpp:54: error: stray '\210' in program
0_0_1601291_8498.cpp:54: error: expected unqualified-id before numeric constant
0_0_1601291_8498.cpp:54: error: expected `,' or `;' before numeric constant
0_0_1601291_8498.cpp:60: error: redefinition of `struct node'
0_0_1601291_8498.cpp:6: error: previous definition of `struct node'
0_0_1601291_8498.cpp:62: error: invalid type in declaration before ';' token
0_0_1601291_8498.cpp:62: error: conflicting declaration 'int a[10009]'
0_0_1601291_8498.cpp:8: error: 'a' has a previous declaration as `node a[10009]'
0_0_1601291_8498.cpp:62: error: type mismatch with previous external decl of `int a[10009]'
0_0_1601291_8498.cpp:8: error: previous external decl of `node a[10009]'
0_0_1601291_8498.cpp:62: error: declaration of `int a[10009]'
0_0_1601291_8498.cpp:8: error: conflicts with previous declaration `node a[10009]'
0_0_1601291_8498.cpp:63: error: redefinition of `std::queue<int, std::deque<int, std::allocator<int> > > q'
0_0_1601291_8498.cpp:9: error: `std::queue<int, std::deque<int, std::allocator<int> > > q' previously declared here
0_0_1601291_8498.cpp:64: error: redefinition of `bool flag[10009]'
0_0_1601291_8498.cpp:10: error: `bool flag[10009]' previously declared here
0_0_1601291_8498.cpp:65: error: redefinition of `__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > p'
0_0_1601291_8498.cpp:11: error: `__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > p' previously declared here
0_0_1601291_8498.cpp: In function `int main()':
0_0_1601291_8498.cpp:67: error: redefinition of `int main()'
0_0_1601291_8498.cpp:13: error: `int main()' previously defined here
|