0_0_38988342_12719.cpp:69:23: error: stray '\241' in program
69 | if(vis[i]&<a1><e3>ree[i]%2==1)
| ^~~~
0_0_38988342_12719.cpp:69:24: error: stray '\343' in program
69 | if(vis[i]&<a1><e3>ree[i]%2==1)
| ^~~~
0_0_38988342_12719.cpp: In function 'void make_set(int)':
0_0_38988342_12719.cpp:13:5: error: reference to 'rank' is ambiguous
13 | 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_38988342_12719.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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp: In function 'int Union(int, int)':
0_0_38988342_12719.cpp:27:8: error: reference to 'rank' is ambiguous
27 | 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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:27:16: error: reference to 'rank' is ambiguous
27 | 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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:32:12: error: reference to 'rank' is ambiguous
32 | 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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:32:21: error: reference to 'rank' is ambiguous
32 | 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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:33:13: error: reference to 'rank' is ambiguous
33 | rank[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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp: In function 'int main()':
0_0_38988342_12719.cpp:44:16: error: reference to 'rank' is ambiguous
44 | memset(rank,0,sizeof(rank));
| ^~~~
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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:44:30: error: reference to 'rank' is ambiguous
44 | memset(rank,0,sizeof(rank));
| ^~~~
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_38988342_12719.cpp:6:5: note: 'int rank [100005]'
6 | int rank[100005];
| ^~~~
0_0_38988342_12719.cpp:69:25: error: 'ree' was not declared in this scope; did you mean 'res'?
69 | if(vis[i]&ˇăree[i]%2==1)
| ^~~
| res
|