Problem addition
User Lucaslow1902
Submission Time 2023-03-24 14:09:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:5:5: error: expected ‘;’ before ‘long’
5 | cin int 4+5;
| ^
| ;
addition.cpp:6:6: error: expected ‘;’ before ‘long’
6 | cout int 9;
| ^
| ;