Problem | sumint |
---|---|
User | ov5rki11 |
Submission Time | 2025-06-16 14:46:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:1: error: expected initializer before ‘for’
7 | for(int i=0; i<len;i++){
| ^~~
sumint.cpp:7:14: error: ‘i’ was not declared in this scope
7 | for(int i=0; i<len;i++){
| ^
sumint.cpp:12:9: error: ‘sum’ was not declared in this scope
12 | cout << sum
| ^~~