0_0_22738087_27377.cpp: In function 'bool dfs(int)':
0_0_22738087_27377.cpp:10:24: error: reference to 'map' is ambiguous
if(!vis[i] && !map[u][i])
^
0_0_22738087_27377.cpp:6:6: note: candidates are: bool map [205][205]
bool map[Max][Max], vis[Max];
^
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_22738087_27377.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_22738087_27377.cpp: In function 'int main()':
0_0_22738087_27377.cpp:28:16: error: reference to 'map' is ambiguous
memset(map, 0, sizeof(map));
^
0_0_22738087_27377.cpp:6:6: note: candidates are: bool map [205][205]
bool map[Max][Max], vis[Max];
^
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_22738087_27377.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_22738087_27377.cpp:28:31: error: reference to 'map' is ambiguous
memset(map, 0, sizeof(map));
^
0_0_22738087_27377.cpp:6:6: note: candidates are: bool map [205][205]
bool map[Max][Max], vis[Max];
^
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_22738087_27377.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_22738087_27377.cpp:33:13: error: reference to 'map' is ambiguous
map[u][v] = true;
^
0_0_22738087_27377.cpp:6:6: note: candidates are: bool map [205][205]
bool map[Max][Max], vis[Max];
^
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_22738087_27377.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
^
|