Problem flappyrabbit
User jeongwonho64
Submission Time 2023-03-04 18:37:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/vector:60,
from flappyrabbit.h:1,
from flappyrabbit.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h: In instantiation of ‘constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’:
flappyrabbit.cpp:32:27: required from here
/usr/include/c++/9/bits/stl_algobase.h:271:17: error: ‘__comp’ cannot be used as a function
271 | if (__comp(__a, __b))
| ~~~~~~^~~~~~~~~~