0_0_15597478_7709.cpp: In function 'int main()':
0_0_15597478_7709.cpp:32:16: error: reference to 'map' is ambiguous
memset(map,0,sizeof(map));
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:32:29: error: reference to 'map' is ambiguous
memset(map,0,sizeof(map));
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:35:25: error: reference to 'map' is ambiguous
scanf("%s",&map[i][1]);
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:40:20: error: reference to 'map' is ambiguous
if(map[i][j]=='S')
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:46:25: error: reference to 'map' is ambiguous
else if(map[i][j]=='E')
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:59:24: error: reference to 'map' is ambiguous
if(map[i][j]==0||map[i][j]=='X') continue;
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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_15597478_7709.cpp:59:38: error: reference to 'map' is ambiguous
if(map[i][j]==0||map[i][j]=='X') continue;
^
0_0_15597478_7709.cpp:22:6: note: candidates are: char map [102][103]
char map[102][103];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from 0_0_15597478_7709.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
^
|