| Problem | sumint |
|---|---|
| User | prasanaa |
| Submission Time | 2023-12-24 17:42:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘for’
7 | for (int i = 1 ; i<=10 ;i++) {
| ^~~
sumint.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for (int i = 1 ; i<=10 ;i++) {
| ^