0_0_11076914_1789.cpp:57: error: redefinition of `char map[15][15]'
0_0_11076914_1789.cpp:6: error: `char map[15][15]' previously declared here
0_0_11076914_1789.cpp:58: error: redefinition of `int v[15][15]'
0_0_11076914_1789.cpp:7: error: `int v[15][15]' previously declared here
0_0_11076914_1789.cpp:59: error: redefinition of `int sum'
0_0_11076914_1789.cpp:8: error: `int sum' previously declared here
0_0_11076914_1789.cpp:60: error: redefinition of `int flag'
0_0_11076914_1789.cpp:9: error: `int flag' previously defined here
0_0_11076914_1789.cpp:60: error: redefinition of `int flag2'
0_0_11076914_1789.cpp:9: error: `int flag2' previously defined here
0_0_11076914_1789.cpp:61: error: redefinition of `int n'
0_0_11076914_1789.cpp:10: error: `int n' previously declared here
0_0_11076914_1789.cpp:61: error: redefinition of `int m'
0_0_11076914_1789.cpp:10: error: `int m' previously declared here
0_0_11076914_1789.cpp: In function `void df(int, int)':
0_0_11076914_1789.cpp:63: error: redefinition of `void df(int, int)'
0_0_11076914_1789.cpp:12: error: `void df(int, int)' previously defined here
0_0_11076914_1789.cpp: In function `int main()':
0_0_11076914_1789.cpp:81: error: redefinition of `int main()'
0_0_11076914_1789.cpp:30: error: `int main()' previously defined here
|