Freepascal support

We will post here whenever new features are added to the OJ System or the Web site.

Moderator: Board moderators

Post Reply
fpnc
System administrator
Posts: 201
Joined: Sun Oct 07, 2001 2:00 am
Location: Valladolid, Spain

Freepascal support

Post by fpnc »

GPC has been replaced by FreePascal 1.0.6

Everything should run without changing anything in your source codes. Rejudgments - if any - will use FreePascal but nothing strange should happen.

We're compiling using this exact line:

Code: Select all

ppc386 -dONLINE_JUDGE -Sd source.p
This means that we're going to use Delphi-compatible mode, because of the integer type. Using this, the integer range is the same than gpc's, so there should be no problem in this aspect.

I hope the submissions in Pascal will be properly handled from now on (submission #1073698 to be exact). If anyone finds any problem about this let me know.

I'll update all the judge replies and website documentation asap.
Best regards,

Fernando N
Post Reply

Return to “New features”