Problem catfight
User Syw
Submission Time 2025-11-19 09:48:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int32_t main()’:
catfight.cpp:21:33: error: expected ‘;’ before ‘}’ token
21 | output = max(output, curr_max)
| ^
| ;
22 | }
| ~