0_0_21594030_6742.cpp:29:30: error: stray '#' in program
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:29:34: error: stray '#' in program
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:29:36: error: stray '#' in program
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:33:30: error: stray '#' in program
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp:33:36: error: stray '#' in program
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp:63:34: error: stray '#' in program
if(Fig[i][j] == 'Y') {
^
0_0_21594030_6742.cpp:63:40: error: stray '#' in program
if(Fig[i][j] == 'Y') {
^
0_0_21594030_6742.cpp: In function 'void BFS(int, int)':
0_0_21594030_6742.cpp:29:31: error: lvalue required as unary '&' operand
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:29:33: error: expected ')' before ';' token
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:29:37: error: lvalue required as unary '&' operand
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:29:40: error: expected primary-expression before ')' token
if(Fig[e.x][e.y] == '#') {
^
0_0_21594030_6742.cpp:33:31: error: lvalue required as unary '&' operand
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp:33:33: error: expected ')' before ';' token
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp:33:34: error: 'G' was not declared in this scope
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp:33:40: error: expected primary-expression before ')' token
if(Fig[e.x][e.y] == 'G') {
^
0_0_21594030_6742.cpp: In function 'int main()':
0_0_21594030_6742.cpp:63:35: error: lvalue required as unary '&' operand
if(Fig[i][j] == 'Y') {
^
0_0_21594030_6742.cpp:63:37: error: expected ')' before ';' token
if(Fig[i][j] == 'Y') {
^
0_0_21594030_6742.cpp:63:38: error: 'Y' was not declared in this scope
if(Fig[i][j] == 'Y') {
^
0_0_21594030_6742.cpp:63:44: error: expected primary-expression before ')' token
if(Fig[i][j] == 'Y') {
^
|