0_0_20993190_30487.cpp: In function 'void bfs()':
0_0_20993190_30487.cpp:71:32: error: reference to 'hash' is ambiguous
if(snak & (1<<(hash[tt] - 1))){
^
0_0_20993190_30487.cpp:17:15: note: candidates are: std::map<std::pair<int, int>, int> hash
map <pii,int> hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from 0_0_20993190_30487.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_20993190_30487.cpp:75:46: error: reference to 'hash' is ambiguous
int tosnak = snak | (1<<(hash[tt] - 1));
^
0_0_20993190_30487.cpp:17:15: note: candidates are: std::map<std::pair<int, int>, int> hash
map <pii,int> hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from 0_0_20993190_30487.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_20993190_30487.cpp: In function 'int main()':
0_0_20993190_30487.cpp:94:9: error: reference to 'hash' is ambiguous
hash.clear();
^
0_0_20993190_30487.cpp:17:15: note: candidates are: std::map<std::pair<int, int>, int> hash
map <pii,int> hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from 0_0_20993190_30487.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_20993190_30487.cpp:105:21: error: reference to 'hash' is ambiguous
hash[tt] = ++cnt_snake;
^
0_0_20993190_30487.cpp:17:15: note: candidates are: std::map<std::pair<int, int>, int> hash
map <pii,int> hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from 0_0_20993190_30487.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
|