Problem addition
User WuYanni
Submission Time 2023-11-08 10:01:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:4:21: error: ‘a’ was not declared in this scope
4 | double c = (double) a + b
| ^
addition.cpp:4:25: error: ‘b’ was not declared in this scope
4 | double c = (double) a + b
| ^