Problem | rarsum |
---|---|
User | grapecoder |
Submission Time | 2024-01-20 15:46:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rarsum.cpp: In function ‘int main()’:
rarsum.cpp:65:9: error: expected ‘,’ or ‘;’ before ‘for’
65 | for (int i = start; i <= N; i++) {
| ^~~
rarsum.cpp:65:29: error: ‘i’ was not declared in this scope
65 | for (int i = start; i <= N; i++) {
| ^