| Problem | quest |
|---|---|
| User | abcde271828 |
| Submission Time | 2025-12-29 13:26:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
quest.cpp: In function ‘int32_t main()’:
quest.cpp:25:2: error: expected ‘,’ or ‘;’ before ‘for’
25 | for (int i = 0; i < m; i++) {
| ^~~
quest.cpp:25:18: error: ‘i’ was not declared in this scope
25 | for (int i = 0; i < m; i++) {
| ^