0_0_39089249_9242.cpp: In function 'int main()':
0_0_39089249_9242.cpp:20:11: error: reference to 'hash' is ambiguous
20 | hash[i]=i,rc[i]=i;
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string_view:42,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/basic_string.h:47,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:54,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/locale_classes.h:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
from 0_0_39089249_9242.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
0_0_39089249_9242.cpp:28:23: error: reference to 'hash' is ambiguous
28 | swap(rc[hash[i]],rc[hash[j]]);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
0_0_39089249_9242.cpp:28:35: error: reference to 'hash' is ambiguous
28 | swap(rc[hash[i]],rc[hash[j]]);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
0_0_39089249_9242.cpp:29:20: error: reference to 'hash' is ambiguous
29 | swap(hash[i],hash[j]);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
0_0_39089249_9242.cpp:29:28: error: reference to 'hash' is ambiguous
29 | swap(hash[i],hash[j]);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
0_0_39089249_9242.cpp:34:18: error: reference to 'hash' is ambiguous
34 | j=hash[i];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/functional_hash.h:59:12: note: candidates are: 'template<class _Tp> struct std::hash'
59 | struct hash;
| ^~~~
0_0_39089249_9242.cpp:7:5: note: 'int hash [10001]'
7 | int hash[N];
| ^~~~
|