0_0_33343870_12780.cpp: In function 'void Input()':
0_0_33343870_12780.cpp:120:9: error: reference to 'map' is ambiguous
memset(map,0,sizeof(map));
^
0_0_33343870_12780.cpp:25:5: note: candidates are: int map [80][80]
int map[80][80];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_33343870_12780.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_33343870_12780.cpp:120:22: error: reference to 'map' is ambiguous
memset(map,0,sizeof(map));
^
0_0_33343870_12780.cpp:25:5: note: candidates are: int map [80][80]
int map[80][80];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_33343870_12780.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_33343870_12780.cpp:125:3: error: reference to 'map' is ambiguous
map[a][b]=1;
^
0_0_33343870_12780.cpp:25:5: note: candidates are: int map [80][80]
int map[80][80];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_33343870_12780.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_33343870_12780.cpp: In function 'bool judge(int)':
0_0_33343870_12780.cpp:138:7: error: reference to 'map' is ambiguous
if(map[i][j]) add(i,n+j,1);
^
0_0_33343870_12780.cpp:25:5: note: candidates are: int map [80][80]
int map[80][80];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_33343870_12780.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
^
|