| Problem | sumint |
|---|---|
| User | TA |
| Submission Time | 2026-06-22 14:33:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:7: error: ‘i’ was not declared in this scope
6 | for (i, i < days, i++){
| ^
sumint.cpp:11:2: error: expected primary-expression before ‘return’
11 | return 0;
| ^~~~~~
sumint.cpp:10:3: error: expected ‘;’ before ‘return’
10 | }
| ^
| ;
11 | return 0;
| ~~~~~~
sumint.cpp:11:2: error: expected primary-expression before ‘return’
11 | return 0;
| ^~~~~~
sumint.cpp:10:3: error: expected ‘)’ before ‘return’
10 | }
| ^
| )
11 | return 0;
| ~~~~~~
sumint.cpp:6:6: note: to match this ‘(’
6 | for (i, i < days, i++){
| ^