fork download
  1. Program Lab2A (Input, Output);
  2. Const
  3. x=3.981;
  4. z=0.512;
  5. e=2.71828;
  6. Var
  7. b:real;
  8. begin
  9. b:=sqrt(exp(x-1)/sin(z));
  10. writeln('Result is b=',b);
  11. end.
Success #stdin #stdout 0.01s 5264KB
stdin
0,1
stdout
Result is b= 6.3423844166629246E+000