| Problem | sumint |
|---|---|
| User | amandatan |
| Submission Time | 2024-01-29 16:44:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i = 0l i < x; i++) {
| ^~~
sumint.cpp:8:25: error: ‘i’ was not declared in this scope
8 | for (int i = 0l i < x; i++) {
| ^