Problem addition
User th3manyax3s
Submission Time 2025-11-27 11:36:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
4 | str a, b;
| ^~~
| std
addition.cpp:5:14: error: ‘a’ was not declared in this scope
5 | std::cin >> a >> b;
| ^
addition.cpp:5:19: error: ‘b’ was not declared in this scope
5 | std::cin >> a >> b;
| ^