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

Compile Error

catfight.cpp: In function ‘int32_t main()’:
catfight.cpp:24:13: error: expected ‘;’ before ‘}’ token
24 | cout << max
| ^
| ;
25 | }
| ~