Problem addition3
User cjcube
Submission Time 2024-11-27 15:35:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:4:11: error: expected initializer before ‘)’ token
4 | if (int a) {
| ^
addition3.cpp:5:12: error: expected initializer before ‘)’ token
5 | if (int b) {}
| ^
addition3.cpp:6:24: error: ‘b’ was not declared in this scope
6 | if (std::cin >> a >> b) {
| ^