Problem | addition |
---|---|
User | Angeline |
Submission Time | 2023-02-09 17:11:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:15: error: expected ‘}’ at end of input
7 | cout << a + b;
| ^
addition.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^