| Problem | sumint |
|---|---|
| User | austenj |
| Submission Time | 2026-06-22 16:08:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:1: error: expected initializer before ‘cin’
8 | cin>>x; sum = 0;
| ^~~
sumint.cpp:8:9: error: ‘sum’ was not declared in this scope
8 | cin>>x; sum = 0;
| ^~~