Problem addition
User AwkUngenially
Submission Time 2025-03-30 15:59:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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