| Problem | addition |
|---|---|
| User | dayeetmaster |
| Submission Time | 2023-04-27 22:06:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:12: error: expected ‘}’ at end of input
6 | cout<< a+b;
| ^
addition.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^