| Problem | sumint |
|---|---|
| User | luisvigo |
| Submission Time | 2026-06-24 11:43:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (int i = 0; i < n; i++) {
| ^~~
sumint.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = 0; i < n; i++) {
| ^