Problem addition
User n
Submission Time 2024-02-16 21:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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