Rabbit Contest

Notes for Administrators


Log in to rabbit as judge.

This file is html/administrator.html

Files in the judge account

Sub-Directories

Other Files

How To Add New Problems

  1. Add the html problem statement to the html directory. The name of the file should be "p"+number+".html" (e.g. p101.html); any graphics files needed should have names beginning with "p"+problemnumber+"p" (e.g. p101p1.gif). There is a template for problem statements in the file p.html. All these files should have protection 644, except:
  2. Protected (timed) problems need a protection of 600 to prevent unrecorded access.
  3. Add a one-line entry to html/index.html, except:
  4. Protected program's entries should be added to protected.html (or a similar file).
  5. Add test case and expected output files to the tests directory. file names for inputs are problemnumber+"in"+testnumber+".dat", file names for outputs are problemnumbers+"out"+testnumber+".dat". Test-numbers must start at 1 and not leave out any numbers. There must be at least one test for each problem. All these files are protected 600.

The Essential Programs (in src/)