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