0_0_39040463_8222.cpp: In function 'int main()':
0_0_39040463_8222.cpp:16:24: error: reference to 'hash' is ambiguous
16 | memset(hash,0,sizeof(hash));
| ^~~~
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_39040463_8222.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_39040463_8222.cpp:5:5: note: 'int hash [2000005]'
5 | int hash[2000005];
| ^~~~
0_0_39040463_8222.cpp:16:38: error: reference to 'hash' is ambiguous
16 | memset(hash,0,sizeof(hash));
| ^~~~
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_39040463_8222.cpp:5:5: note: 'int hash [2000005]'
5 | int hash[2000005];
| ^~~~
0_0_39040463_8222.cpp:21:33: error: reference to 'hash' is ambiguous
21 | hash[a*i*i+b*j*j+1000000]++;
| ^~~~
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_39040463_8222.cpp:5:5: note: 'int hash [2000005]'
5 | int hash[2000005];
| ^~~~
0_0_39040463_8222.cpp:29:38: error: reference to 'hash' is ambiguous
29 | sum+=hash[1000000-(c*i*i+d*j*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_39040463_8222.cpp:5:5: note: 'int hash [2000005]'
5 | int hash[2000005];
| ^~~~
|