0_0_13291770_23256.cpp: In function 'void bfs1(Coordinate)':
0_0_13291770_23256.cpp:99:11: error: missing template arguments before '[' token
if(map[tempi.x][tempi.y]=='.')
^
0_0_13291770_23256.cpp: In function 'void work()':
0_0_13291770_23256.cpp:163:10: error: missing template arguments before '[' token
if(map[i][j]!='.'&&map[i][j]!='#')
^
0_0_13291770_23256.cpp:163:26: error: missing template arguments before '[' token
if(map[i][j]!='.'&&map[i][j]!='#')
^
0_0_13291770_23256.cpp:165:24: error: 'bfs' was not declared in this scope
bfs(Coordinate(i,j));
^
|