In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
from 0_0_35199920_25481.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h: In instantiation of 'bool std::binary_search(_FIter, _FIter, const _Tp&) [with _FIter = int; _Tp = int]':
0_0_35199920_25481.cpp:16:37: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:2262:2: error: no type named 'value_type' in 'struct std::iterator_traits<int>'
_ValueType;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:2273:41: error: invalid type argument of unary '*' (have 'int')
return __i != __last && !(__val < *__i);
^
|