| Problem | sumint |
|---|---|
| User | EuniceLoh |
| Submission Time | 2024-11-07 10:40:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:24: error: expected ‘;’ before ‘)’ token
9 | for (int i=0; i<d, i++) {
| ^
| ;
sumint.cpp:16:10: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~