0_0_15598059_13641.cpp: In function 'int solve()':
0_0_15598059_13641.cpp:39:28: error: reference to 'map' is ambiguous
for(int i = 0; i < map[now].size(); i ++)
^
0_0_15598059_13641.cpp:27:14: note: candidates are: std::vector<int> map [10010]
vector <int> map[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15598059_13641.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_15598059_13641.cpp:40:17: error: reference to 'map' is ambiguous
pre[map[now][i]] = now;
^
0_0_15598059_13641.cpp:27:14: note: candidates are: std::vector<int> map [10010]
vector <int> map[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15598059_13641.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_15598059_13641.cpp: In function 'int main()':
0_0_15598059_13641.cpp:51:13: error: reference to 'map' is ambiguous
map[i].clear();
^
0_0_15598059_13641.cpp:27:14: note: candidates are: std::vector<int> map [10010]
vector <int> map[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15598059_13641.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_15598059_13641.cpp:54:13: error: reference to 'map' is ambiguous
map[a].push_back(b);
^
0_0_15598059_13641.cpp:27:14: note: candidates are: std::vector<int> map [10010]
vector <int> map[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15598059_13641.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_15598059_13641.cpp:55:13: error: reference to 'map' is ambiguous
map[b].push_back(a);
^
0_0_15598059_13641.cpp:27:14: note: candidates are: std::vector<int> map [10010]
vector <int> map[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15598059_13641.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
^
|