Problem addition
User eliasxyz
Submission Time 2025-05-22 21:02:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:12: error: ‘a’ was not declared in this scope
3 | std::cin<<a<<b;
| ^
addition.cpp:3:15: error: ‘b’ was not declared in this scope
3 | std::cin<<a<<b;
| ^
addition.cpp:4:2: error: ‘x’ was not declared in this scope
4 | x=a+b;
| ^