
17.05.2011, 22:10
|
 |
Активный
|
|
Регистрация: 06.08.2010
Адрес: Ярославль
Сообщения: 264
Версия Delphi: 7
Репутация: 14
|
|
Блок схема...
как построить блок схему вот к этому коду:
Код:
var
i,x,y:real;
begin
read(x,y);
i:=(power(x,5)-tan(PI/(180/(abs(power(x,3)+power(sqrt(y),4))))/(power(sqrt(power(x,3)),5)+power(sqrt(power(3,x)),5))));
writeln(floattostr(i));
readln;
readln;
end.

__________________
|