Problem addition
User n
Submission Time 2024-02-16 21:41:46
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:8:13: error: ‘b’ was not declared in this scope
8 | double B = b;
| ^