0_0_21594131_7800.cpp:43:30: error: stray '#' in program
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp:43:36: error: stray '#' in program
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp:62:34: error: stray '#' in program
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:62:40: error: stray '#' in program
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:72:36: error: stray '#' in program
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:40: error: stray '#' in program
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:42: error: stray '#' in program
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp: In function 'void Read_Graph()':
0_0_21594131_7800.cpp:43:31: error: lvalue required as unary '&' operand
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp:43:33: error: expected ')' before ';' token
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp:43:34: error: 'Y' was not declared in this scope
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp:43:40: error: expected primary-expression before ')' token
if(Map[i][j] == 'Y')
^
0_0_21594131_7800.cpp: In function 'void Solve()':
0_0_21594131_7800.cpp:62:35: error: lvalue required as unary '&' operand
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:62:37: error: expected ')' before ';' token
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:62:38: error: 'G' was not declared in this scope
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:62:44: error: expected primary-expression before ')' token
if(Map[Now.x][Now.y] == 'G')
^
0_0_21594131_7800.cpp:72:37: error: lvalue required as unary '&' operand
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:39: error: expected ')' before ';' token
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:43: error: lvalue required as unary '&' operand
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:55: error: invalid operands of types 'void*' and 'int' to binary 'operator%'
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
0_0_21594131_7800.cpp:72:50: error: label 'ss' used but not defined
if(Map[xx][yy] == '#' && ss % K != 0) continue;
^
|