| Problem | addition |
|---|---|
| User | ultbiaslia |
| Submission Time | 2023-11-08 09:59:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:5: error: expected ‘;’ before ‘b’
7 | a=4
| ^
| ;
8 |
9 | b=5
| ~