| Problem | modulochain |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 11:34:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘for’
11 | for (int i = 0; i < a; i++)
| ^~~
modulochain.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < a; i++)
| ^