0_0_2293590_3544.cpp:39: error: stray '\214' in program
0_0_2293590_3544.cpp:39: error: stray '\220' in program
0_0_2293590_3544.cpp:39: error: stray '\200' in program
0_0_2293590_3544.cpp:39: error: stray '\213' in program
0_0_2293590_3544.cpp:39: error: expected constructor, destructor, or type conversion before numeric constant
0_0_2293590_3544.cpp:39: error: expected `,' or `;' before numeric constant
0_0_2293590_3544.cpp:42: error: redefinition of `const int dx[]'
0_0_2293590_3544.cpp:3: error: `const int dx[4]' previously defined here
0_0_2293590_3544.cpp:43: error: redefinition of `const int dy[]'
0_0_2293590_3544.cpp:4: error: `const int dy[4]' previously defined here
0_0_2293590_3544.cpp:44: error: redefinition of `const int MAXN'
0_0_2293590_3544.cpp:5: error: `const int MAXN' previously defined here
0_0_2293590_3544.cpp:45: error: redefinition of `int mat[601][601]'
0_0_2293590_3544.cpp:6: error: `int mat[601][601]' previously declared here
0_0_2293590_3544.cpp:45: error: redefinition of `int dp[2][601][601]'
0_0_2293590_3544.cpp:6: error: `int dp[2][601][601]' previously declared here
0_0_2293590_3544.cpp: In function `int main()':
0_0_2293590_3544.cpp:47: error: redefinition of `int main()'
0_0_2293590_3544.cpp:8: error: `int main()' previously defined here
|