0_0_20876090_11812.cpp: In function 'int main()':
0_0_20876090_11812.cpp:35:3: error: reference to 'less' is ambiguous
less=equ=more=0;
^
0_0_20876090_11812.cpp:6:25: note: candidates are: int less
int T,cnt,i,j,pos,r,n,m,less,equ,more,ext[N],nxt[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_20876090_11812.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_function.h:367:12: note: template<class _Tp> struct std::less
struct less : public binary_function<_Tp, _Tp, bool>
^
0_0_20876090_11812.cpp:39:10: error: reference to 'less' is ambiguous
else less++;
^
0_0_20876090_11812.cpp:6:25: note: candidates are: int less
int T,cnt,i,j,pos,r,n,m,less,equ,more,ext[N],nxt[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_20876090_11812.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_function.h:367:12: note: template<class _Tp> struct std::less
struct less : public binary_function<_Tp, _Tp, bool>
^
0_0_20876090_11812.cpp:40:36: error: reference to 'less' is ambiguous
printf("Case %d: %d %d %d\n",cnt,less,equ,more);
^
0_0_20876090_11812.cpp:6:25: note: candidates are: int less
int T,cnt,i,j,pos,r,n,m,less,equ,more,ext[N],nxt[N];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_20876090_11812.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_function.h:367:12: note: template<class _Tp> struct std::less
struct less : public binary_function<_Tp, _Tp, bool>
^
|