0_0_38762961_17524.cpp: In function 'int main()':
0_0_38762961_17524.cpp:44:25: error: reference to 'array' is ambiguous
44 | array[x] = true;
| ^~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/uses_allocator_args.h:38,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/memory_resource.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:58,
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_38762961_17524.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
2005 | template<typename _Tp, size_t _Nm> struct array;
| ^~~~~
0_0_38762961_17524.cpp:32:6: note: 'bool array [5000005]'
32 | bool array[5000005];
| ^~~~~
0_0_38762961_17524.cpp:47:26: error: reference to 'array' is ambiguous
47 | bool t = array[x];
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
2005 | template<typename _Tp, size_t _Nm> struct array;
| ^~~~~
0_0_38762961_17524.cpp:32:6: note: 'bool array [5000005]'
32 | bool array[5000005];
| ^~~~~
0_0_38762961_17524.cpp:48:17: error: reference to 'array' is ambiguous
48 | array[x] = true;
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
2005 | template<typename _Tp, size_t _Nm> struct array;
| ^~~~~
0_0_38762961_17524.cpp:32:6: note: 'bool array [5000005]'
32 | bool array[5000005];
| ^~~~~
0_0_38762961_17524.cpp:51:28: error: reference to 'array' is ambiguous
51 | if(array[i]) cnt++;
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
2005 | template<typename _Tp, size_t _Nm> struct array;
| ^~~~~
0_0_38762961_17524.cpp:32:6: note: 'bool array [5000005]'
32 | bool array[5000005];
| ^~~~~
0_0_38762961_17524.cpp:55:17: error: reference to 'array' is ambiguous
55 | array[x] = t;
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
2005 | template<typename _Tp, size_t _Nm> struct array;
| ^~~~~
0_0_38762961_17524.cpp:32:6: note: 'bool array [5000005]'
32 | bool array[5000005];
| ^~~~~
|