| Problem | sumint |
|---|---|
| User | mincraft |
| Submission Time | 2026-03-01 16:44:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:6: error: ‘i’ was not declared in this scope
6 | for(i=0; i<d ;i++){
| ^
sumint.cpp:8:8: error: expected primary-expression before ‘=’ token
8 | sum+==num;
| ^