Problem addition
User Dcxz
Submission Time 2026-06-14 16:38:06
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;
| ^