Problem addition
User Aniedg
Submission Time 2024-02-03 20:55:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: ‘i’ was not declared in this scope
5 | cin >> i;
| ^
addition.cpp:6:8: error: ‘d’ was not declared in this scope
6 | cin >> d;
| ^
addition.cpp:7:11: error: ‘a’ was not declared in this scope
7 | cout << a+b;
| ^
addition.cpp:7:13: error: ‘b’ was not declared in this scope
7 | cout << a+b;
| ^