| Problem | addition |
|---|---|
| User | justin271828 |
| Submission Time | 2023-05-29 16:35:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:8: error: expected ‘;’ before ‘cout’
7 | b += a
| ^
| ;
8 | cout << b;
| ~~~~