Problem addition
User anamitra123
Submission Time 2024-06-24 14:19:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:11: error: ‘c’ was not declared in this scope
6 | int b =20;c=30;
| ^
addition.cpp:7:19: error: expected ‘}’ at end of input
7 | int d=((b+10)/5)-c;
| ^
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^