Problem | wabbit |
---|---|
User | Suki |
Submission Time | 2024-02-01 12:31:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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