|
@@ -7,15 +7,13 @@ var
|
|
|
|
|
|
begin
|
|
begin
|
|
str(MinCurrency:0:4,s);
|
|
str(MinCurrency:0:4,s);
|
|
- { output according to delphi }
|
|
|
|
- if s<>'-922337203685477.5810' then
|
|
|
|
|
|
+ if s<>'-922337203685477.5807' then
|
|
begin
|
|
begin
|
|
writeln(s);
|
|
writeln(s);
|
|
halt(1);
|
|
halt(1);
|
|
end;
|
|
end;
|
|
str(MaxCurrency:0:4,s);
|
|
str(MaxCurrency:0:4,s);
|
|
- { output according to delphi }
|
|
|
|
- if s<>'922337203685477.5810' then
|
|
|
|
|
|
+ if s<>'922337203685477.5807' then
|
|
begin
|
|
begin
|
|
writeln(s);
|
|
writeln(s);
|
|
halt(1);
|
|
halt(1);
|