Problem badpotato
User anice
Submission Time 2026-04-24 22:55:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badpotato.cpp: In function ‘int main()’:
badpotato.cpp:17:29: error: expected ‘;’ before ‘}’ token
17 | ans = max(x,ans)
| ^
| ;
18 |
19 | }
| ~
badpotato.cpp:21:29: error: expected ‘;’ before ‘x’
21 | ans = max(x,ans)
| ^
| ;
22 | x = 0
| ~