0_0_15594145_14764.cpp: In function 'void bfs()':
0_0_15594145_14764.cpp:54:24: error: reference to 'map' is ambiguous
char bcColor = map[b][c];
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:55:17: error: reference to 'map' is ambiguous
color = map[a]+1;
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:65:24: error: reference to 'map' is ambiguous
char acColor = map[a][c];
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:66:17: error: reference to 'map' is ambiguous
color = map[b] + 1;
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:76:24: error: reference to 'map' is ambiguous
char abColor = map[a][b];
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:77:17: error: reference to 'map' is ambiguous
color = map[c] + 1;
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp: In function 'int main()':
0_0_15594145_14764.cpp:101:38: error: reference to 'map' is ambiguous
sscanf(str+2*j,"%c",&map[i][j+1]);
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_15594145_14764.cpp:102:13: error: reference to 'map' is ambiguous
map[i][n+1] = '\0';
^
0_0_15594145_14764.cpp:27:6: note: candidates are: char map [51][51]
char map[51][51];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15594145_14764.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
|