Problem addition
User jane07
Submission Time 2024-06-24 14:09:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:25:9: error: ‘a’ was not declared in this scope
25 | cin >> a;
| ^
addition.cpp:26:9: error: ‘b’ was not declared in this scope
26 | cin >> b;
| ^