| Problem | sumint |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-02-20 16:22:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:9: error: ‘sum’ was not declared in this scope
13 | sum += x;
| ^~~
sumint.cpp:16:13: error: ‘sum’ was not declared in this scope
16 | cout << sum;
| ^~~