0_0_28685744_20493.cpp: In function 'void prim()':
0_0_28685744_20493.cpp:7:14: error: reference to 'map' is ambiguous
lowcost[i]=map[1][i];
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp:22:7: error: reference to 'map' is ambiguous
if(map[mark][j]<lowcost[j])
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp:23:16: error: reference to 'map' is ambiguous
lowcost[j]=map[mark][j];
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp: In function 'int main()':
0_0_28685744_20493.cpp:30:10: error: reference to 'map' is ambiguous
memset(map,MAX,sizeof(map));
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp:30:25: error: reference to 'map' is ambiguous
memset(map,MAX,sizeof(map));
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp:33:4: error: reference to 'map' is ambiguous
map[a][b]=map[b][a]=c;
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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_28685744_20493.cpp:33:14: error: reference to 'map' is ambiguous
map[a][b]=map[b][a]=c;
^
0_0_28685744_20493.cpp:3:5: note: candidates are: int map [106][105]
int map[106][105],m,n,MAX=0x3f3f3f3f;
^
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_28685744_20493.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
^
|