| Problem | rabbitbars |
|---|---|
| User | itsLQ |
| Submission Time | 2024-12-28 11:41:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rabbitbars.cpp: In function ‘int main()’:
rabbitbars.cpp:34:13: error: expected ‘,’ or ‘;’ before ‘for’
34 | for (int k = 1; k <= C; k++) {
| ^~~
rabbitbars.cpp:34:29: error: ‘k’ was not declared in this scope
34 | for (int k = 1; k <= C; k++) {
| ^