Problem addition
User godex
Submission Time 2025-01-20 16:47:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:14: error: ‘x’ was not declared in this scope
6 | std::cin >> x >> y;
| ^
addition.cpp:6:20: error: ‘y’ was not declared in this scope
6 | std::cin >> x >> y;
| ^
addition.cpp:10:10: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~