0_0_21595430_1273.cpp:22:19: error: stray '#' in program
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:22:23: error: stray '#' in program
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:22:25: error: stray '#' in program
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:75:21: error: stray '#' in program
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:75:27: error: stray '#' in program
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:79:21: error: stray '#' in program
if(map[i][j]=='G')
^
0_0_21595430_1273.cpp:79:27: error: stray '#' in program
if(map[i][j]=='G')
^
0_0_21595430_1273.cpp: In function 'int panduan(node)':
0_0_21595430_1273.cpp:22:20: error: lvalue required as unary '&' operand
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:22:22: error: expected ')' before ';' token
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:22:26: error: lvalue required as unary '&' operand
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp:22:29: error: expected primary-expression before ')' token
if(map[t1][t2]=='#')
^
0_0_21595430_1273.cpp: In function 'int main()':
0_0_21595430_1273.cpp:75:22: error: lvalue required as unary '&' operand
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:75:24: error: expected ')' before ';' token
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:75:25: error: 'Y' was not declared in this scope
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:75:31: error: expected primary-expression before ')' token
if(map[i][j]=='Y')
^
0_0_21595430_1273.cpp:79:22: error: lvalue required as unary '&' operand
if(map[i][j]=='G')
^
0_0_21595430_1273.cpp:79:24: error: expected ')' before ';' token
if(map[i][j]=='G')
^
0_0_21595430_1273.cpp:79:25: error: 'G' was not declared in this scope
if(map[i][j]=='G')
^
0_0_21595430_1273.cpp:79:31: error: expected primary-expression before ')' token
if(map[i][j]=='G')
^
|