0_0_13066072_26177.cpp: In function 'void dijkstra(int)':
0_0_13066072_26177.cpp:49:7: error: reference to 'map' is ambiguous
if(map[st][i]+dis[st]<dis[i])
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp:50:12: error: reference to 'map' is ambiguous
dis[i]=map[st][i]+dis[st];
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp: In function 'int main()':
0_0_13066072_26177.cpp:66:10: error: reference to 'map' is ambiguous
memset(map,INF,sizeof(map));
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp:66:25: error: reference to 'map' is ambiguous
memset(map,INF,sizeof(map));
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp:70:12: error: reference to 'map' is ambiguous
if(tem3<map[tem1][tem2])
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp:72:5: error: reference to 'map' is ambiguous
map[tem1][tem2]=tem3;
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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_13066072_26177.cpp:73:5: error: reference to 'map' is ambiguous
map[tem2][tem1]=tem3;
^
0_0_13066072_26177.cpp:20:5: note: candidates are: int map [35][35]
int map[35][35];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_13066072_26177.cpp:11:
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
^
|