Problem addition
User Law
Submission Time 2024-06-19 10:58:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:10: error: ‘x’ was not declared in this scope
6 | cin >> x >> y;
| ^
addition.cpp:6:15: error: ‘y’ was not declared in this scope
6 | cin >> x >> y;
| ^