Problem addition
User theRealLucasXD
Submission Time 2025-05-22 17:21:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> x >> y;
| ^~~
addition.cpp:7:12: error: ‘y’ was not declared in this scope
7 | cout << x+y;
| ^