bug0275.pp 52 B

12345
  1. var
  2. d : single;
  3. begin
  4. writeln(longint(d));
  5. end.