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