0_0_39285713_22045.cpp: In function 'void init()':
0_0_39285713_22045.cpp:16:17: error: reference to 'rank' is ambiguous
16 | 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_39285713_22045.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_39285713_22045.cpp:7:11: note: 'long long int rank [10000005]'
7 | long long rank[maxn]={0};
| ^~~~
0_0_39285713_22045.cpp: In function 'void turn(int, int)':
0_0_39285713_22045.cpp:39:9: error: reference to 'rank' is ambiguous
39 | rank[d]+=rank[c];
| ^~~~
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_39285713_22045.cpp:7:11: note: 'long long int rank [10000005]'
7 | long long rank[maxn]={0};
| ^~~~
0_0_39285713_22045.cpp:39:18: error: reference to 'rank' is ambiguous
39 | rank[d]+=rank[c];
| ^~~~
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_39285713_22045.cpp:7:11: note: 'long long int rank [10000005]'
7 | long long rank[maxn]={0};
| ^~~~
0_0_39285713_22045.cpp: In function 'int main(int, char**)':
0_0_39285713_22045.cpp:55:29: error: reference to 'rank' is ambiguous
55 | ans=max(ans,rank[i]);
| ^~~~
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_39285713_22045.cpp:7:11: note: 'long long int rank [10000005]'
7 | long long rank[maxn]={0};
| ^~~~
|