| Problem | sumint |
|---|---|
| User | rasquait |
| Submission Time | 2025-11-30 16:21:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:10: error: expected ‘;’ before ‘for’
8 | cin >> d
| ^
| ;
9 | for (; d > 0; --d) {
| ~~~
sumint.cpp:9:19: error: expected ‘;’ before ‘)’ token
9 | for (; d > 0; --d) {
| ^
| ;