Problem wabbit
User Suki
Submission Time 2024-02-01 12:31:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabbit.cpp: In function ‘int main()’:
wabbit.cpp:22:2: error: expected initializer before ‘while’
22 | while (cin.peek() != '\n' && cin.peek() != EOF) {
| ^~~~~
wabbit.cpp:27:21: error: ‘kills’ was not declared in this scope; did you mean ‘kill’?
27 | for (int kill : kills) {
| ^~~~~
| kill