ПОМОГИТЕ ПОЖАЛУЙСТА!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0 голосов
27 просмотров

ПОМОГИТЕ ПОЖАЛУЙСТА!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


image

Информатика (137 баллов) | 27 просмотров
0

А на каком языке, собственно?)

0

на поскале

Дан 1 ответ
0 голосов
Правильный ответ

Var a,b,x:real;
Begin
Write('x = ');ReadLn(x);
a:=x+5;
b:=Sin(x);
x:=x*x;
if (a<=b)and(b<=x) then WriteLn(a,' ',b:0:3,' ',x)<br>else if (a<=x)and(x<=b) then WriteLn(a,' ',x,' ',b:0:3)<br>else if (b<=a)and(a<=x) then WriteLn(b:0:3,' ',a,' ',x)<br>else if (b<=x)and(x<=a) then WriteLn(b:0:3,' ',x,' ',a)<br>else if (x<=a)and(a<=b) then WriteLn(x,' ',a,' ',b:0:3)<br>else if (x<=b)and(b<=a) then WriteLn(x,' ',b:0:3,' ',a)<br>End.

(34.0k баллов)
0

спасибо