Problem gecko
User ForsakenPBJ
Submission Time 2025-02-18 21:04:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gecko.cpp: In function ‘int main()’:
gecko.cpp:24:20: error: expected ‘;’ before ‘}’ token
24 | max += local_max
| ^
| ;
25 | }
| ~