0_0_34060051_25240.cpp:18:5: error: stray '\342' in program
if(inmaze(x,y)&&maz[x][y]==‘#‘)return false;
^
0_0_34060051_25240.cpp:18:5: error: stray '\200' in program
0_0_34060051_25240.cpp:18:5: error: stray '\230' in program
0_0_34060051_25240.cpp:18:35: error: stray '#' in program
if(inmaze(x,y)&&maz[x][y]==‘#‘)return false;
^
0_0_34060051_25240.cpp:18:5: error: stray '\342' in program
if(inmaze(x,y)&&maz[x][y]==‘#‘)return false;
^
0_0_34060051_25240.cpp:18:5: error: stray '\200' in program
0_0_34060051_25240.cpp:18:5: error: stray '\230' in program
0_0_34060051_25240.cpp:19:5: error: stray '\342' in program
if(inmaze(x2,y2)&&maz[x2][y2]==‘#‘)return false;
^
0_0_34060051_25240.cpp:19:5: error: stray '\200' in program
0_0_34060051_25240.cpp:19:5: error: stray '\230' in program
0_0_34060051_25240.cpp:19:39: error: stray '#' in program
if(inmaze(x2,y2)&&maz[x2][y2]==‘#‘)return false;
^
0_0_34060051_25240.cpp:19:5: error: stray '\342' in program
if(inmaze(x2,y2)&&maz[x2][y2]==‘#‘)return false;
^
0_0_34060051_25240.cpp:19:5: error: stray '\200' in program
0_0_34060051_25240.cpp:19:5: error: stray '\230' in program
0_0_34060051_25240.cpp:30:13: error: stray '\342' in program
if(maz[i][j]==‘.‘){
^
0_0_34060051_25240.cpp:30:13: error: stray '\200' in program
0_0_34060051_25240.cpp:30:13: error: stray '\230' in program
0_0_34060051_25240.cpp:30:13: error: stray '\342' in program
0_0_34060051_25240.cpp:30:13: error: stray '\200' in program
0_0_34060051_25240.cpp:30:13: error: stray '\230' in program
0_0_34060051_25240.cpp: In function 'bool ok(int, int, int, int)':
0_0_34060051_25240.cpp:18:39: error: expected primary-expression before ')' token
if(inmaze(x,y)&&maz[x][y]==‘#‘)return false;
^
0_0_34060051_25240.cpp:19:43: error: expected primary-expression before ')' token
if(inmaze(x2,y2)&&maz[x2][y2]==‘#‘)return false;
^
0_0_34060051_25240.cpp: In function 'int main()':
0_0_34060051_25240.cpp:30:30: error: expected primary-expression before '.' token
if(maz[i][j]==‘.‘){
^
0_0_34060051_25240.cpp:30:34: error: expected unqualified-id before ')' token
if(maz[i][j]==‘.‘){
^
|