0_0_24806426_15856.cpp: In function 'int main()':
0_0_24806426_15856.cpp:72:13: error: reference to 'rank' is ambiguous
rank[Value[i].id] = i;
^
0_0_24806426_15856.cpp:26:5: note: candidates are: int rank [100010]
int rank[maxn];//原数组离散之后的数组
^
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_24806426_15856.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_24806426_15856.cpp:78:20: error: reference to 'rank' is ambiguous
update(rank[i], root[i], 1, n);
^
0_0_24806426_15856.cpp:26:5: note: candidates are: int rank [100010]
int rank[maxn];//原数组离散之后的数组
^
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_24806426_15856.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|