| Problem | sumint |
|---|---|
| User | mingze |
| Submission Time | 2026-06-23 06:16:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:2: error: expected primary-expression before ‘while’
10 | while i = 0 (i < d);
| ^~~~~
sumint.cpp:12:2: error: ‘i’ was not declared in this scope; did you mean ‘di’?
12 | i++;
| ^
| di
sumint.cpp: At global scope:
sumint.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^