In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61:0,
from 0_0_18061975_170.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h: In instantiation of 'const _Tp& std::max(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]':
0_0_18061975_170.cpp:34:104: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:264:26: error: '__comp' cannot be used as a function
if (__comp(__a, __b))
^
|