0_0_36252663_29357.cpp: In function 'void dfs(int, int, int)':
0_0_36252663_29357.cpp:16:5: error: reference to 'map' is ambiguous
if(map[x][y]=='X') return;
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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_36252663_29357.cpp:24:13: error: 'retrun' was not declared in this scope
if(time>t) retrun ;
^
0_0_36252663_29357.cpp:26:12: error: 'dir' was not declared in this scope
int xt=x+dir[i][0];
^
0_0_36252663_29357.cpp:28:32: error: reference to 'map' is ambiguous
if(xt<0||xt>=n||yt<0||yt>=m||map[xt][yt]=='X'||vis[xt][yt]==1)
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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_36252663_29357.cpp: In function 'int main()':
0_0_36252663_29357.cpp:39:3: error: reference to 'map' is ambiguous
map[n][m];
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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_36252663_29357.cpp:41:9: error: reference to 'map' is ambiguous
cin>>map[i];
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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_36252663_29357.cpp:43:8: error: reference to 'map' is ambiguous
if(map[i][j]=='S'){
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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_36252663_29357.cpp:47:8: error: reference to 'map' is ambiguous
if(map[i][j]=='D'){
^
0_0_36252663_29357.cpp:8:6: note: candidates are: char map [8][8]
char map[8][8];
^
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_36252663_29357.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
^
|