Problem | addition |
---|---|
User | LB3210Roachy |
Submission Time | 2025-10-07 09:41:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:31: error: expected ‘}’ at end of input
7 | cout << "Sum: " << sum << "\n";
| ^
addition.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^