0_0_22783783_9113.cpp: In function 'void make_set(int)':
0_0_22783783_9113.cpp:10:2: error: reference to 'rank' is ambiguous
rank[i]=0;
^
0_0_22783783_9113.cpp:5:5: note: candidates are: int rank [100005]
int rank[MAX];
^
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_22783783_9113.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_22783783_9113.cpp: In function 'int main(int, char**)':
0_0_22783783_9113.cpp:27:23: error: 'memset' was not declared in this scope
memset(w,0,sizeof(w));
^
0_0_22783783_9113.cpp:43:18: error: 'sort' was not declared in this scope
sort(w+1,w+n+1);
^
|