| Problem | sumint |
|---|---|
| User | NichWong |
| Submission Time | 2026-05-01 21:30:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:9: error: ‘i’ was not declared in this scope
8 | for(i = 0; i < d; i++){
| ^
sumint.cpp:14:9: error: ‘i’ was not declared in this scope
14 | for(i = 0; i < d; i++){
| ^