var a, b, x: real; begin a:=8.3; b:=19; x:=5; writeln ('y=',a*x+b); end.