Problem addition
User xm0728
Submission Time 2025-04-29 17:42:22
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 >> b;
| ^
addition.cpp:4:19: error: ‘b’ was not declared in this scope
4 | std::cin >> a >> b;
| ^