Problem feast
User Rolo
Submission Time 2024-04-11 22:37:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp: In function ‘int main()’:
feast.cpp:24:23: error: expected ‘;’ before ‘}’ token
24 | ans = max(a[j],ans)
| ^
| ;
25 | }
| ~