Search found 2 matches

by michaelfung
Thu Sep 01, 2005 4:53 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117881

thx a lot .
i got accepted. :)
Sorry for posting the whole program.
by michaelfung
Thu Sep 01, 2005 2:25 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117881

102 compile error

Code: Select all

program p102;

procedure try (level:shortint);
var
   i:shortint;
begin

.. 

end;

begin
   while (not (eof)) do
   begin

     ..
      try (1);

      ..

   end;
end.
I can compile it using freepascal yet cannot complie it on the judge .
Can anyone help me ??
Thx a lot.

Go to advanced search