0_0_8541084_10693.cpp:95: error: redefinition of `int n'
0_0_8541084_10693.cpp:8: error: `int n' previously declared here
0_0_8541084_10693.cpp:95: error: redefinition of `int m'
0_0_8541084_10693.cpp:8: error: `int m' previously declared here
0_0_8541084_10693.cpp:95: error: redefinition of `int f[110][110]'
0_0_8541084_10693.cpp:8: error: `int f[110][110]' previously declared here
0_0_8541084_10693.cpp:96: error: redefinition of `std::vector<int, std::allocator<int> > v[110]'
0_0_8541084_10693.cpp:9: error: `std::vector<int, std::allocator<int> > v[110]' previously declared here
0_0_8541084_10693.cpp:99: error: redefinition of `struct node'
0_0_8541084_10693.cpp:12: error: previous definition of `struct node'
0_0_8541084_10693.cpp:101: error: invalid type in declaration before ';' token
0_0_8541084_10693.cpp:101: error: conflicting declaration 'int num[110]'
0_0_8541084_10693.cpp:14: error: 'num' has a previous declaration as `node num[110]'
0_0_8541084_10693.cpp:101: error: type mismatch with previous external decl of `int num[110]'
0_0_8541084_10693.cpp:14: error: previous external decl of `node num[110]'
0_0_8541084_10693.cpp:101: error: declaration of `int num[110]'
0_0_8541084_10693.cpp:14: error: conflicts with previous declaration `node num[110]'
0_0_8541084_10693.cpp: In function `void deal(int, int)':
0_0_8541084_10693.cpp:104: error: redefinition of `void deal(int, int)'
0_0_8541084_10693.cpp:17: error: `void deal(int, int)' previously defined here
0_0_8541084_10693.cpp: In function `int main()':
0_0_8541084_10693.cpp:131: error: redefinition of `int main()'
0_0_8541084_10693.cpp:48: error: `int main()' previously defined here
|