0_0_39394344_1663.cpp: In function 'void set(int)':
0_0_39394344_1663.cpp:21:5: error: reference to 'rank' is ambiguous
21 | rank[x]=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_39394344_1663.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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
0_0_39394344_1663.cpp: In function 'bool merge(int, int)':
0_0_39394344_1663.cpp:38:12: error: reference to 'rank' is ambiguous
38 | if(rank[x]>rank[y])
| ^~~~
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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
0_0_39394344_1663.cpp:38:20: error: reference to 'rank' is ambiguous
38 | if(rank[x]>rank[y])
| ^~~~
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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
0_0_39394344_1663.cpp:44:16: error: reference to 'rank' is ambiguous
44 | if(rank[x]==rank[y])
| ^~~~
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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
0_0_39394344_1663.cpp:44:25: error: reference to 'rank' is ambiguous
44 | if(rank[x]==rank[y])
| ^~~~
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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
0_0_39394344_1663.cpp:46:17: error: reference to 'rank' is ambiguous
46 | rank[y]++;
| ^~~~
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_39394344_1663.cpp:17:5: note: 'int rank [105]'
17 | int rank[105],father[105];
| ^~~~
|