Problem | catfight |
---|---|
User | Yuzzll |
Submission Time | 2023-04-26 21:52:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp:27:5: error: ‘cout’ does not name a type
27 | cout << m << endl;
| ^~~~
catfight.cpp:28:5: error: expected unqualified-id before ‘return’
28 | return 0;
| ^~~~~~
catfight.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^