Problem catfight
User weccs
Submission Time 2025-12-14 08:00:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp:39:5: error: ‘cout’ does not name a type
39 | cout << ans;
| ^~~~
catfight.cpp:40:5: error: expected unqualified-id before ‘return’
40 | return 0;
| ^~~~~~
catfight.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^