Problem feast
User Rolo
Submission Time 2024-04-11 23:02:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp: In function ‘int main()’:
feast.cpp:18:18: error: expected ‘;’ before ‘if’
18 | m = max(a[i],m)
| ^
| ;
19 | if(x<0)
| ~~