0_0_21593746_2356.cpp:22:24: error: stray '#' in program
if (cMap[x][y] == '0')
^
0_0_21593746_2356.cpp:22:30: error: stray '#' in program
if (cMap[x][y] == '0')
^
0_0_21593746_2356.cpp:26:35: error: stray '#' in program
int numOfStep = cMap[x][y] - '0'; //当前位置可以跳几个格子
^
0_0_21593746_2356.cpp:26:41: error: stray '#' in program
int numOfStep = cMap[x][y] - '0'; //当前位置可以跳几个格子
^
0_0_21593746_2356.cpp: In function 'long long int dfs(int, int)':
0_0_21593746_2356.cpp:22:25: error: lvalue required as unary '&' operand
if (cMap[x][y] == '0')
^
0_0_21593746_2356.cpp:22:27: error: expected ')' before ';' token
if (cMap[x][y] == '0')
^
0_0_21593746_2356.cpp:22:34: error: expected primary-expression before ')' token
if (cMap[x][y] == '0')
^
0_0_21593746_2356.cpp:26:36: error: lvalue required as unary '&' operand
int numOfStep = cMap[x][y] - '0'; //当前位置可以跳几个格子
^
|