Problem addition
User Dcxz
Submission Time 2026-06-14 16:37:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:6:11: error: ‘x’ was not declared in this scope
6 | int sum = x + y;
| ^
addition.cpp:6:15: error: ‘y’ was not declared in this scope
6 | int sum = x + y;
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:9:10: error: ‘x’ was not declared in this scope
9 | cout << x+y;
| ^
addition.cpp:9:12: error: ‘y’ was not declared in this scope
9 | cout << x+y;
| ^