| Problem | sumint |
|---|---|
| User | H2510152 |
| Submission Time | 2025-05-06 21:31:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:8: error: expected ‘;’ before ‘for’
8 | d += 1
| ^
| ;
9 | for( int i = 0; i < d; i++) {
| ~~~
sumint.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for( int i = 0; i < d; i++) {
| ^