Problem addition
User Rndm123
Submission Time 2023-03-17 09:59:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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