| Problem | addition |
|---|---|
| User | sohjiaxian |
| Submission Time | 2024-06-18 10:34:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:15: error: expected ‘}’ at end of input
9 | cout << a + b;
| ^
addition.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^