Problem | modulochain |
---|---|
User | Hytoh |
Submission Time | 2023-12-05 09:57:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘for’
16 | for (int i = 0;i < n; i++) {
| ^~~
modulochain.cpp:16:17: error: ‘i’ was not declared in this scope
16 | for (int i = 0;i < n; i++) {
| ^