0_0_13801298_25280.cpp:31:5: error: stray '\241' in program
if(mp[x][y]==¡®o¡®){one++;}
^
0_0_13801298_25280.cpp:31:5: error: stray '\256' in program
0_0_13801298_25280.cpp:31:5: error: stray '\241' in program
0_0_13801298_25280.cpp:31:5: error: stray '\256' in program
0_0_13801298_25280.cpp:32:5: error: stray '\241' in program
else if(mp[x][y]==¡®v¡®){two++;}
^
0_0_13801298_25280.cpp:32:5: error: stray '\256' in program
0_0_13801298_25280.cpp:32:5: error: stray '\241' in program
0_0_13801298_25280.cpp:32:5: error: stray '\256' in program
0_0_13801298_25280.cpp:45:13: error: stray '\241' in program
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp:45:13: error: stray '\256' in program
0_0_13801298_25280.cpp:45:43: error: stray '#' in program
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp:45:13: error: stray '\241' in program
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp:45:13: error: stray '\256' in program
0_0_13801298_25280.cpp:48:17: error: stray '\241' in program
if(mp[next.x][next.y]==¡®o¡®){one++;}
^
0_0_13801298_25280.cpp:48:17: error: stray '\256' in program
0_0_13801298_25280.cpp:48:17: error: stray '\241' in program
0_0_13801298_25280.cpp:48:17: error: stray '\256' in program
0_0_13801298_25280.cpp:49:17: error: stray '\241' in program
else if(mp[next.x][next.y]==¡®v¡®){two++;}
^
0_0_13801298_25280.cpp:49:17: error: stray '\256' in program
0_0_13801298_25280.cpp:49:17: error: stray '\241' in program
0_0_13801298_25280.cpp:49:17: error: stray '\256' in program
0_0_13801298_25280.cpp:68:17: error: stray '\241' in program
if(vis[i][j]==0&&mp[i][j]!=¡®#¡®)
^
0_0_13801298_25280.cpp:68:17: error: stray '\256' in program
0_0_13801298_25280.cpp:68:46: error: stray '#' in program
if(vis[i][j]==0&&mp[i][j]!=¡®#¡®)
^
0_0_13801298_25280.cpp:68:17: error: stray '\241' in program
if(vis[i][j]==0&&mp[i][j]!=¡®#¡®)
^
0_0_13801298_25280.cpp:68:17: error: stray '\256' in program
0_0_13801298_25280.cpp: In function 'void bfs(int, int)':
0_0_13801298_25280.cpp:31:20: error: 'o' was not declared in this scope
if(mp[x][y]==¡®o¡®){one++;}
^
0_0_13801298_25280.cpp:32:25: error: 'v' was not declared in this scope
else if(mp[x][y]==¡®v¡®){two++;}
^
0_0_13801298_25280.cpp:45:48: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp:45:51: error: expected ')' before '[' token
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp:48:42: error: 'o' was not declared in this scope
if(mp[next.x][next.y]==¡®o¡®){one++;}
^
0_0_13801298_25280.cpp:49:47: error: 'v' was not declared in this scope
else if(mp[next.x][next.y]==¡®v¡®){two++;}
^
0_0_13801298_25280.cpp:45:48: error: label 'vis' used but not defined
else if(mp[next.x][next.y]!=¡®#¡®&&vis[next.x][next.y]==0)
^
0_0_13801298_25280.cpp: In function 'int main()':
0_0_13801298_25280.cpp:68:49: error: expected primary-expression before ')' token
if(vis[i][j]==0&&mp[i][j]!=¡®#¡®)
^
|