0_0_36277591_7452.cpp: In function 'int Dijkstar(int, int)':
0_0_36277591_7452.cpp:14:16: error: reference to 'map' is ambiguous
dis[i]=map[0][i],vis[i]=false;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:26:40: error: reference to 'map' is ambiguous
if(!vis[i]&&dis[i]>dis[mj]+map[mj][i])
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:27:32: error: reference to 'map' is ambiguous
dis[i]=dis[mj]+map[mj][i];
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp: In function 'int main()':
0_0_36277591_7452.cpp:40:4: error: reference to 'map' is ambiguous
map[i][j]=0;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:41:18: error: reference to 'map' is ambiguous
else map[i][j]=inf;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:46:18: error: reference to 'map' is ambiguous
if(c<map[a][b])
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:48:17: error: reference to 'map' is ambiguous
map[a][b]=map[b][a]=c;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:48:27: error: reference to 'map' is ambiguous
map[a][b]=map[b][a]=c;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:55:13: error: reference to 'map' is ambiguous
map[0][x]=map[x][0]=0;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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_36277591_7452.cpp:55:23: error: reference to 'map' is ambiguous
map[0][x]=map[x][0]=0;
^
0_0_36277591_7452.cpp:6:5: note: candidates are: int map [1100][1100]
int map[maxn][maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_36277591_7452.cpp:1:
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
^
|