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

Compile Error

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