tw1737.pp 94 B

12345678
  1. { %version=1.1 }
  2. var
  3. c: currency;
  4. begin
  5. c:=234982814;
  6. writeln(round(c * 100));
  7. end.