0_0_23177603_20999.cpp: In function 'void init(int)':
0_0_23177603_20999.cpp:33:9: error: reference to 'rank' is ambiguous
rank[i]=0;//rule the relation
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp: In function 'int Find(int)':
0_0_23177603_20999.cpp:41:5: error: reference to 'rank' is ambiguous
rank[x]=(rank[x]+rank[father[x]])%300;//mod is the repetend of the
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:41:14: error: reference to 'rank' is ambiguous
rank[x]=(rank[x]+rank[father[x]])%300;//mod is the repetend of the
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:41:22: error: reference to 'rank' is ambiguous
rank[x]=(rank[x]+rank[father[x]])%300;//mod is the repetend of the
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp: In function 'int Union(int, int, int)':
0_0_23177603_20999.cpp:51:13: error: reference to 'rank' is ambiguous
if((rank[x]-rank[y]+300)%300==w)return 0;
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:51:21: error: reference to 'rank' is ambiguous
if((rank[x]-rank[y]+300)%300==w)return 0;
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:51:39: error: 'w' was not declared in this scope
if((rank[x]-rank[y]+300)%300==w)return 0;
^
0_0_23177603_20999.cpp:55:5: error: reference to 'rank' is ambiguous
rank[x1]=(300-rank[x]+w+rank[y])%300;//x1root->x1: root->x+x->y+y->root
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:55:19: error: reference to 'rank' is ambiguous
rank[x1]=(300-rank[x]+w+rank[y])%300;//x1root->x1: root->x+x->y+y->root
^
0_0_23177603_20999.cpp:25:18: note: candidates are: int rank [50010]
int father[maxm],rank[maxm];
^
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++/bits/stl_algobase.h:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_23177603_20999.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23177603_20999.cpp:55:27: error: 'w' was not declared in this scope
rank[x1]=(300-rank[x]+w+rank[y])%300;//x1root->x1: root->x+x->y+y->root
^
0_0_23177603_20999.cpp:55:29: error: reference to 'rank' is ambiguous
rank[x1]=(300-rank[x]+w+rank[y])%300;//x1root->x1: root->x
|