var a,c,b,f:real; begin a:=6; b:=8; c:=3.5; f:=(b*c+a*a+5)/(2*a)+sin(a); writeln ('Значение выражения равно ',f); end.