Problem addition
User Human
Submission Time 2026-02-20 18:22:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:12: error: ‘a’ was not declared in this scope
4 | cin >> a >> b;
| ^
addition.cpp:4:17: error: ‘b’ was not declared in this scope
4 | cin >> a >> b;
| ^
addition.cpp:5:9: error: expected ‘;’ before ‘a’
5 | cout a+b;
| ^~
| ;