Problem addition
User Law
Submission Time 2024-06-18 10:34:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:15: error: expected ‘;’ before ‘int’
5 | cin >> x >> y
| ^
| ;
6 |
7 | int c = a + b;
| ~~~