| Problem | gecko |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-15 14:27:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:8:30: error: expected ‘;’ before ‘freopen’
8 | freopen("GECKO.IN","r",stdin)
| ^
| ;
9 | freopen("GECKO.OUT", "w" ,stdout)
| ~~~~~~~
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 gecko.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]’:
gecko.cpp:18:64: 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))
| ~~~~~~^~~~~~~~~~