Problem addition3
User Austin
Submission Time 2025-12-29 09:44:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:4:21: error: ‘a’ was not declared in this scope
4 | if (std::cin >> a >> b) {
| ^
addition3.cpp:4:26: error: ‘b’ was not declared in this scope
4 | if (std::cin >> a >> b) {
| ^