0_0_25191743_7949.cpp: In function 'bool judge(int)':
0_0_25191743_7949.cpp:13:8: error: reference to 'map' is ambiguous
if(map[n.x][n.y]=='#')return false;
^
0_0_25191743_7949.cpp:3:6: note: candidates are: char map [82][82]
char map[82][82];
^
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_25191743_7949.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_25191743_7949.cpp: In function 'int main()':
0_0_25191743_7949.cpp:54:18: error: reference to 'map' is ambiguous
gets(map[i]+1);
^
0_0_25191743_7949.cpp:3:6: note: candidates are: char map [82][82]
char map[82][82];
^
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_25191743_7949.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_25191743_7949.cpp:55:25: error: reference to 'map' is ambiguous
if(p=strstr(map[i]+1,"@")){
^
0_0_25191743_7949.cpp:3:6: note: candidates are: char map [82][82]
char map[82][82];
^
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_25191743_7949.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_25191743_7949.cpp:57:23: error: reference to 'map' is ambiguous
s.y=p-map[i];
^
0_0_25191743_7949.cpp:3:6: note: candidates are: char map [82][82]
char map[82][82];
^
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_25191743_7949.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
^
|