| Problem | addition |
|---|---|
| User | hadi |
| Submission Time | 2024-06-01 21:42:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:20: error: expected ‘}’ at end of input
8 | std::cout << a + b;
| ^
addition.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^