# Setup the allowed users. If ommited, all Internet users are permited (public # contest). Otherwise, uncomment this line (remove the initial '#') and # replace the example users (1000 and 1003) by your own ones. You can setup # as many ALLOW_ID lines as desired. # #ALLOW_ID 1000 1003 # Select precise (1) or brief (0) replies. If set to 1, the judge reports a # more detailed diagnostic (for example, "runtime error" may be reported as # "crash", "memory limit exceeded", "output limit exceeded"... PRECISE 1 # A name for the contest in the ranklist / brief form. For use in Web pages: CONTEST_TITLE "Universities of Waterloo and Alberta Spring Contest June 2001" CONTEST_STITLE "UW Jun2001" # The contest start and stop date and time. Any submission outside this # interval will be rejected. After the "quiet" time, only authorized # clients who know the password will receive statistics updates. # Use always Coordinated Universal Time (UTC). CONTEST_BEGIN 200106021700 # *UTC* year-month-day-hour-minute (YYYYMMDDHHMM) CONTEST_END 200106022000 CONTEST_QUIET 200106022000 CONTEST_WEBPASS "secretpwd"