no message

This commit is contained in:
florian 2004-12-18 15:20:42 +00:00
parent 84aa52942f
commit cd8e5f6852

View File

@ -11,5 +11,8 @@ begin
d1:=c1/c2;
d2:=i1/i2;
if d1<>d2 then
halt(1);
begin
writeln('error');
halt(1);
end;
end.