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.
