Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.11 KB | None | 0 0
  1. if (i<1)
  2.     writeln("error")
  3. else
  4. begin
  5.     for j = 1 to i do fact = fact * i;
  6.     x = x*x/fact;
  7.     writeln(x);
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement