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