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