Problem addition
User shaoh
Submission Time 2026-04-24 11:47:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:14: error: ‘a’ was not declared in this scope
5 | std::cin >> a;
| ^
addition.cpp:6:14: error: ‘b’ was not declared in this scope
6 | std::cin >> b;
| ^
addition.cpp:8:10: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 | }
| ~