0_0_8663875_22807.cpp:77: error: stray '\213' in program
0_0_8663875_22807.cpp:77: error: stray '\230' in program
0_0_8663875_22807.cpp:77: error: stray '\213' in program
0_0_8663875_22807.cpp:77: error: stray '\253' in program
0_0_8663875_22807.cpp:77: error: stray '\181' in program
0_0_8663875_22807.cpp:77: error: stray '\196' in program
0_0_8663875_22807.cpp:77: error: stray '\188' in program
0_0_8663875_22807.cpp:77: error: stray '\199' in program
0_0_8663875_22807.cpp:77: error: stray '\210' in program
0_0_8663875_22807.cpp:77: error: stray '\228' in program
0_0_8663875_22807.cpp:77: error: stray '\187' in program
0_0_8663875_22807.cpp:77: error: stray '\175' in program
0_0_8663875_22807.cpp:77: error: expected unqualified-id before numeric constant
0_0_8663875_22807.cpp:77: error: expected `,' or `;' before numeric constant
0_0_8663875_22807.cpp:85: error: redefinition of `int n'
0_0_8663875_22807.cpp:8: error: `int n' previously declared here
0_0_8663875_22807.cpp:85: error: redefinition of `int k'
0_0_8663875_22807.cpp:8: error: `int k' previously declared here
0_0_8663875_22807.cpp:86: error: redefinition of `int mat[110][110]'
0_0_8663875_22807.cpp:9: error: `int mat[110][110]' previously declared here
0_0_8663875_22807.cpp:87: error: redefinition of `int dp[110][110]'
0_0_8663875_22807.cpp:10: error: `int dp[110][110]' previously declared here
0_0_8663875_22807.cpp: In function `int dfs(int, int)':
0_0_8663875_22807.cpp:92: error: new declaration `int dfs(int, int)'
0_0_8663875_22807.cpp:13: error: ambiguates old declaration `void dfs(int, int)'
0_0_8663875_22807.cpp: In function `int main()':
0_0_8663875_22807.cpp:112: error: redefinition of `int main()'
0_0_8663875_22807.cpp:57: error: `int main()' previously defined here
|