| Problem | sumint |
|---|---|
| User | AdwinLau |
| Submission Time | 2024-11-26 12:30:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:17:3: error: expected ‘,’ or ‘;’ before ‘cin’
17 | cin >> d;
| ^~~
sumint.cpp:19:3: error: ‘For’ was not declared in this scope
19 | For i < d{
| ^~~