Problem addition
User theRealLucasXD
Submission Time 2025-05-22 17:21:22
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:12: error: ‘y’ was not declared in this scope
5 | cin >> x, y;
| ^