0_0_19863191_6801.cpp: In function 'void init(int)':
0_0_19863191_6801.cpp:23:16: error: reference to 'rank' is ambiguous
f[i]=i,rank[i]=1;
^
0_0_19863191_6801.cpp:8:11: note: candidates are: int rank [10010]
int f[N], rank[N], n1, m1, n2, m2, pos1, pos2, isCircle[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_19863191_6801.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_19863191_6801.cpp: In function 'void Union(int, int)':
0_0_19863191_6801.cpp:37:5: error: reference to 'rank' is ambiguous
rank[a] += rank[b];
^
0_0_19863191_6801.cpp:8:11: note: candidates are: int rank [10010]
int f[N], rank[N], n1, m1, n2, m2, pos1, pos2, isCircle[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_19863191_6801.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_19863191_6801.cpp:37:16: error: reference to 'rank' is ambiguous
rank[a] += rank[b];
^
0_0_19863191_6801.cpp:8:11: note: candidates are: int rank [10010]
int f[N], rank[N], n1, m1, n2, m2, pos1, pos2, isCircle[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_19863191_6801.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_19863191_6801.cpp: In function 'int main()':
0_0_19863191_6801.cpp:71:30: error: reference to 'rank' is ambiguous
arr1[pos1].num = rank[i];
^
0_0_19863191_6801.cpp:8:11: note: candidates are: int rank [10010]
int f[N], rank[N], n1, m1, n2, m2, pos1, pos2, isCircle[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_19863191_6801.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_19863191_6801.cpp:83:30: error: reference to 'rank' is ambiguous
arr2[pos2].num = rank[i];
^
0_0_19863191_6801.cpp:8:11: note: candidates are: int rank [10010]
int f[N], rank[N], n1, m1, n2, m2, pos1, pos2, isCircle[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_19863191_6801.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|