0_0_15803669_27255.cpp: In function 'void solve()':
0_0_15803669_27255.cpp:131:29: error: reference to 'hash' is ambiguous
For ( i , 1 , m ) q[i].x = hash ( q[i].x ) ;
^
0_0_15803669_27255.cpp:42:5: note: candidates are: int hash(int, int, int)
int hash ( int x , int l = 1 , int r = cnt ) {
^
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 GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_15803669_27255.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
|