Problem addition
User yeetmaster
Submission Time 2023-10-26 22:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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