0_0_24638684_30680.cpp:126:2: error: stray '\243' in program
int canC[6] = £û0£ý;
^
0_0_24638684_30680.cpp:126:2: error: stray '\373' in program
0_0_24638684_30680.cpp:126:2: error: stray '\243' in program
0_0_24638684_30680.cpp:126:2: error: stray '\375' in program
0_0_24638684_30680.cpp:127:2: error: stray '\243' in program
int vis[8][8] = £û-1£ý;
^
0_0_24638684_30680.cpp:127:2: error: stray '\373' in program
0_0_24638684_30680.cpp:127:2: error: stray '\243' in program
0_0_24638684_30680.cpp:127:2: error: stray '\375' in program
0_0_24638684_30680.cpp: In function 'bool dfs(int)':
0_0_24638684_30680.cpp:126:18: error: array must be initialized with a brace-enclosed initializer
int canC[6] = £û0£ý;
^
0_0_24638684_30680.cpp:127:21: error: array must be initialized with a brace-enclosed initializer
int vis[8][8] = £û-1£ý;
^
|