| Problem | catstaircase |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-11-20 09:41:36 |
| Score | 0 |
Owl Get a Life
catstaircase.cpp: In function ‘int main()’:
catstaircase.cpp:35:27: error: expected ‘;’ before ‘)’ token
35 | for (ll i = 1; i < len); ++i) {
| ^
| ;
catstaircase.cpp:35:32: error: ‘i’ was not declared in this scope
35 | for (ll i = 1; i < len); ++i) {
| ^