Problem | addition |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-02-16 14:14:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:9: error: expected ‘;’ before ‘cout’
6 | a = a+b
| ^
| ;
7 | cout << a;
| ~~~~