| Problem | sumint |
|---|---|
| User | yikyewong |
| Submission Time | 2026-02-14 09:58:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:9: error: expected ‘;’ before ‘)’ token
10 | for (i<d){
| ^
| ;
sumint.cpp:16:1: error: expected primary-expression before ‘}’ token
16 | }
| ^
sumint.cpp:15:11: error: expected ‘)’ before ‘}’ token
15 | cout<<sum;
| ^
| )
16 | }
| ~
sumint.cpp:10:5: note: to match this ‘(’
10 | for (i<d){
| ^
sumint.cpp:16:1: error: expected primary-expression before ‘}’ token
16 | }
| ^