0_0_39558591_12628.cpp: In function 'void getFail()':
0_0_39558591_12628.cpp:9:5: error: reference to 'next' is ambiguous
9 | next[0] = -1;
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algobase.h:66,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:60,
from .\stdc++.h:51:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator_base_funcs.h:232:5: note: candidates are: 'template<class _InputIterator> constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type)'
232 | next(_InputIterator __x, typename
| ^~~~
0_0_39558591_12628.cpp:5:5: note: 'int next [1000010]'
5 | int next[N];
| ^~~~
0_0_39558591_12628.cpp:14:13: error: reference to 'next' is ambiguous
14 | next[i] = j;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator_base_funcs.h:232:5: note: candidates are: 'template<class _InputIterator> constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type)'
232 | next(_InputIterator __x, typename
| ^~~~
0_0_39558591_12628.cpp:5:5: note: 'int next [1000010]'
5 | int next[N];
| ^~~~
0_0_39558591_12628.cpp:16:18: error: reference to 'next' is ambiguous
16 | else j = next[j];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator_base_funcs.h:232:5: note: candidates are: 'template<class _InputIterator> constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type)'
232 | next(_InputIterator __x, typename
| ^~~~
0_0_39558591_12628.cpp:5:5: note: 'int next [1000010]'
5 | int next[N];
| ^~~~
0_0_39558591_12628.cpp: In function 'void solve()':
0_0_39558591_12628.cpp:36:21: error: reference to 'next' is ambiguous
36 | j = next[j];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator_base_funcs.h:232:5: note: candidates are: 'template<class _InputIterator> constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type)'
232 | next(_InputIterator __x, typename
| ^~~~
0_0_39558591_12628.cpp:5:5: note: 'int next [1000010]'
5 | int next[N];
| ^~~~
0_0_39558591_12628.cpp:39:18: error: reference to 'next' is ambiguous
39 | else j = next[j];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator_base_funcs.h:232:5: note: candidates are: 'template<class _InputIterator> constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type)'
232 | next(_InputIterator __x, typename
| ^~~~
0_0_39558591_12628.cpp:5:5: note: 'int next [1000010]'
5 | int next[N];
| ^~~~
|