Problem catfight
User bestatchinesechess
Submission Time 2025-02-21 00:01:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:14:2: error: expected primary-expression before ‘)’ token
14 | )
| ^
catfight.cpp:18:10: error: ‘cats’ was not declared in this scope
18 | cin >> cats[i];
| ^~~~
catfight.cpp:25:18: error: ‘cats’ was not declared in this scope
25 | running_sum += cats[end];
| ^~~~
catfight.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
catfight.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^