Problem | levelingup |
---|---|
User | TheGhostKing |
Submission Time | 2023-06-10 14:18:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from levelingup.cpp:1:
/usr/include/c++/9/bits/stl_algo.h: In instantiation of ‘_ForwardIterator std::search(_ForwardIterator, _ForwardIterator, const _Searcher&) [with _ForwardIterator = int; _Searcher = long long int]’:
levelingup.cpp:47:31: required from here
/usr/include/c++/9/bits/stl_algo.h:4310:24: error: expression cannot be used as a function
4310 | { return __searcher(__first, __last).first; }
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~