Problem addition
User UglyFish1101
Submission Time 2025-05-17 10:38:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:12: error: ‘a’ was not declared in this scope
6 | cin >> a;
| ^
addition.cpp:7:8: error: ‘b’ was not declared in this scope
7 | cin >>b;
| ^