Problem addition
User eqweqweqeeeeeeeeeee
Submission Time 2023-03-24 13:56:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | cout << c
| ^
| ;
13 |
14 | }
| ~