| Problem | sumint |
|---|---|
| User | verynicenut |
| Submission Time | 2026-06-22 16:06:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:24: error: expected ‘}’ at end of input
12 | cout << sum << '\n';
| ^
sumint.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^