| Problem | sumint |
|---|---|
| User | EoinSamalo |
| Submission Time | 2026-04-10 17:23:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:20: error: ‘d’ was not declared in this scope
7 | for (int i; i< a; d++) { // i++ is a short way of writing i = i + 1
| ^