Problem addition
User PyAce
Submission Time 2025-06-16 11:16:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘std’
5 | std::cout << "First Number:\n";
| ^~~
addition.cpp:6:14: error: ‘x’ was not declared in this scope
6 | std::cin >> x;
| ^
addition.cpp:8:14: error: ‘y’ was not declared in this scope
8 | std::cin >> y;
| ^