Problem addition
User GohWenXi
Submission Time 2025-06-14 15:21:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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