Problem | lightningrod |
---|---|
User | ATHY |
Submission Time | 2025-03-20 11:34:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:38:2: error: expected ‘,’ or ‘;’ before ‘for’
38 | for (i=n-1; i>=0; i--) {
| ^~~
lightningrod.cpp:38:14: error: ‘i’ was not declared in this scope
38 | for (i=n-1; i>=0; i--) {
| ^