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