| Problem | sumint |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-22 16:23:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:17:11: error: expected ‘;’ before ‘ans’
17 | cin >> x
| ^
| ;
18 | ans += x
| ~~~