0_0_10030117_27991.cpp:64: error: invalid token
0_0_10030117_27991.cpp:64: error: expected constructor, destructor, or type conversion before '<' token
0_0_10030117_27991.cpp:64: error: expected `,' or `;' before '<' token
0_0_10030117_27991.cpp:95: error: redefinition of `int dx[]'
0_0_10030117_27991.cpp:32: error: `int dx[4]' previously defined here
0_0_10030117_27991.cpp:96: error: redefinition of `int dy[]'
0_0_10030117_27991.cpp:33: error: `int dy[4]' previously defined here
0_0_10030117_27991.cpp:100: error: redefinition of `char s[100000]'
0_0_10030117_27991.cpp:37: error: `char s[100000]' previously declared here
0_0_10030117_27991.cpp:101: error: redefinition of `int nx[100000]'
0_0_10030117_27991.cpp:38: error: `int nx[100000]' previously declared here
0_0_10030117_27991.cpp: In function `int main()':
0_0_10030117_27991.cpp:104: error: redefinition of `int main()'
0_0_10030117_27991.cpp:41: error: `int main()' previously defined here
|