Problem | sumint |
---|---|
User | Elyssa278 |
Submission Time | 2023-02-17 16:36:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:19:24: error: expected ‘}’ at end of input
19 | cout << sum << endl;
| ^
sumint.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^