0_0_38688684_11414.cpp: In function 'void init()':
0_0_38688684_11414.cpp:24:9: error: reference to 'rank' is ambiguous
24 | rank[i] = 0;
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/move.h:57,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/exception_ptr.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/exception:164,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:41,
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_38688684_11414.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
0_0_38688684_11414.cpp: In function 'void unon(int, int)':
0_0_38688684_11414.cpp:39:13: error: reference to 'rank' is ambiguous
39 | if (rank[pa] > rank[pb]) {
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
0_0_38688684_11414.cpp:39:24: error: reference to 'rank' is ambiguous
39 | if (rank[pa] > rank[pb]) {
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
0_0_38688684_11414.cpp:43:17: error: reference to 'rank' is ambiguous
43 | if (rank[pa] == rank[pb]) {
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
0_0_38688684_11414.cpp:43:29: error: reference to 'rank' is ambiguous
43 | if (rank[pa] == rank[pb]) {
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
0_0_38688684_11414.cpp:44:17: error: reference to 'rank' is ambiguous
44 | rank[pb]++;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38688684_11414.cpp:19:5: note: 'int rank [100005]'
19 | int rank[maxn];
| ^~~~
|