0_0_39618501_1355.cpp: In function 'void init()':
0_0_39618501_1355.cpp:19:9: error: reference to 'rank' is ambiguous
19 | rank[i] = 1;
| ^~~~
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_39618501_1355.cpp:4:
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
0_0_39618501_1355.cpp: In function 'int find(int)':
0_0_39618501_1355.cpp:27:8: error: reference to 'rank' is ambiguous
27 | rank[x] += rank[fa];
| ^~~~
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
0_0_39618501_1355.cpp:27:19: error: reference to 'rank' is ambiguous
27 | rank[x] += rank[fa];
| ^~~~
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
0_0_39618501_1355.cpp: In function 'void Union(int, int)':
0_0_39618501_1355.cpp:38:9: error: reference to 'rank' is ambiguous
38 | rank[fy] += rank[fx];
| ^~~~
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
0_0_39618501_1355.cpp:38:21: error: reference to 'rank' is ambiguous
38 | rank[fy] += rank[fx];
| ^~~~
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
0_0_39618501_1355.cpp: In function 'void solve(int)':
0_0_39618501_1355.cpp:45:32: error: reference to 'rank' is ambiguous
45 | printf("%d %d %d\n" , fx , rank[fx] , num[x]);
| ^~~~
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_39618501_1355.cpp:12:5: note: 'int rank [10010]'
12 | int rank[MAXN];
| ^~~~
|