Problem | addition |
---|---|
User | om2024 |
Submission Time | 2024-06-18 10:28:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:23: error: expected ‘}’ at end of input
6 | cout << (a+b) << '\n';
| ^
addition.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^