Problem hungryrabbits1
User personjs
Submission Time 2025-01-14 17:35:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungryrabbits1.cpp: In function ‘int main()’:
hungryrabbits1.cpp:15:43: error: expected ‘;’ before ‘}’ token
15 | res = max(res, a[i] + max(i + 1, n - i))
| ^
| ;
16 | }
| ~