Problem | movingbasement |
---|---|
User | yf004 |
Submission Time | 2023-12-16 10:34:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/bits/char_traits.h:39,
from /usr/include/c++/9/ios:40,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from movingbasement.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h: In instantiation of ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare) [with _Tp = long long int; _Compare = long long int]’:
movingbasement.cpp:36:23: required from here
/usr/include/c++/9/bits/stl_algobase.h:249:17: error: ‘__comp’ cannot be used as a function
249 | if (__comp(__b, __a))
| ~~~~~~^~~~~~~~~~