Problem | catfight |
---|---|
User | YH |
Submission Time | 2024-02-11 08:24:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:30:16: error: expected ‘;’ before ‘}’ token
30 | temp_index++
| ^
| ;
31 | }
| ~
catfight.cpp:38:10: error: ‘current_defeated’ was not declared in this scope
38 | cout << current_defeated;
| ^~~~~~~~~~~~~~~~