var x, vastus: real; begin writeln('Sisesta x'); readln(x); writeln; vastus:=5+sqrt(3*x+2)+sqr(sin(x))/7; writeln('Tulemus=', vastus:5:2); end.