0_0_31708547_5721.cpp: In function 'void bfs(int, int)':
0_0_31708547_5721.cpp:38:18: error: 'mp' was not declared in this scope
q.push(mp(x,y));
^
0_0_31708547_5721.cpp:41:9: error: 'pii' was not declared in this scope
pii tmp=q.front();
^
0_0_31708547_5721.cpp:43:16: error: 'tmp' was not declared in this scope
if(vis[tmp.first][tmp.second]) continue;
^
0_0_31708547_5721.cpp:44:13: error: 'tmp' was not declared in this scope
vis[tmp.first][tmp.second]=1;
^
|