Screen-friendly version of this page

CERC'10

Technical rules

Regulations presented below concern two sessions: the trial session on Saturday and the contest session on Sunday.

Teams

  1. Only teams accepted by the Regional Contest Director can take part in the contest.
  2. All teams who want to participate have to check-in at the registration desk on Friday or on Saturday. A team cannot compete in the CERC if the participation fee is not paid, which can be done at the registration desk at the latest.

Conduct of the contest

  1. All team members must attend all contest activities as specified in the schedule. The Coach is expected to attend or be available by phone during contest activities. Failure to attend any of the designated contest events can result in automatic disqualification and forfeiture of any prizes.
  2. At least six and at most twelve problems will be posed. As far as possible, problems will avoid dependence on detailed knowledge of a particular applications area or a particular contest language. However some knowledge of basic graph, text and geometric algorithms can be helpful. (A sample source of such algorithms is the book "Introduction to Algorithms, 2nd edition" by Cormen, Leiserson, Rivest, and Stein.)
  3. The language of the contest is English. All written contest materials and all communications with contest officials will be in English.
  4. Contestants may bring resource materials such as books, manuals, notes and program listings. Contestants may not bring any machine-readable versions of software or data. Contestants may neither bring their own computers, computer terminals and calculators nor any kind of communication devices such as radio sets, cellular phones, pagers and PDAs.
  5. Solutions to problems (source programs) submitted for judging are called runs. Each run is judged as accepted or rejected and the team is notified of the result.
  6. Rejected runs will be marked as either "compile time error" or "run-time error" or "time limit exceeded" or "wrong answer" or "contest rule violation."
  7. A contestant may submit a claim of ambiguity or error in a problem by submitting a clarification request to a judge. If the judges agree that an ambiguity or error exists, a clarification will be issued to all contestants.
  8. Contestants are not to converse with anyone except members of their own team and personnel designated by the regional contest director. System support staff may advise contestants on system-related problems such as explaining system error messages.
  9. The contest will be held in a networked environment. The network may only be used to submit solutions, to ask questions and to produce listings in ways designated by the organizers. Any other use of the network is strictly forbidden and will result in immediate disqualification and removing from the contest area.
  10. While the contest is scheduled for five hours, the regional contest director has the authority to alter the length of the contest in the event of unforeseen difficulties. Should the contest duration be altered, every attempt will be made to notify contestants in a timely and uniform manner.
  11. A team may be disqualified by the regional contest director for any activity that jeopardizes the contest such as dislodging extension cords, unauthorized modification of contest materials (soft- or hardware), forbidden network activities, or distracting behavior.
  12. The regional contest director is solely responsible for ruling on unforeseen situations and interpreting these rules.
  13. If irregularities or misconduct are observed during the contest, team members or coaches should bring them to the attention of the contest officials so that action may be taken as soon as possible.
  14. After the conclusion of the contest and the results have been made public, coaches may file complaints or appeals according to the procedure described in General Regional Rules.

Scoring of the contest

  1. A problem is solved when it is accepted by the judges. The judges are solely responsible for accepting or rejecting submitted runs. In consultation with the judges, the regional contest director determines the winners of the regional contest. The regional contest director and judges are empowered to adjust for or adjudicate unforeseen events and conditions. Their decisions are final.
  2. Teams are ranked according to the most problems solved. Teams who solve the same number of problems are ranked by least total time. The total time is the sum of the time consumed for each problem solved. The time consumed for a solved problem is the time elapsed from the beginning of the contest to the submittal of the accepted run plus 20 penalty minutes for every rejected run for that problem regardless of submittal time. There is no time consumed for a problem that is not solved. In case of a tie, teams are ranked by the number of minutes elapsed from the beginning of the contest until the last correct solution was submitted. If the last rule does not break the tie the regional contest director is responsible to find a fair solution.

Contest environment

  1. Each team will be allowed to use one IBM PC compatible computer. The guaranteed configuration of the computer includes a US keyboard, mouse and color monitor.
  2. Users' environment consists of a Linux workstation running Ubuntu operating system. The following editors are provided Two debuggers: are provided.
  3. The programming languages of the contest are C, C++, Pascal and Java.
  4. The name of the submitted program must have one of the following extensions:
    extension language compilation command
    .c, .C C gcc -O2 -static -o file.e file.c -lm
    .cpp, .CPP, .cc, .CC C++ g++ -O2 -static -o file.e file.cpp
    p, P, pas, PAS Pascal ppc386 -O2 -XS file.pas -ofile.e
    .java Java javac file.java
    The following compilers are used by the judging machines: Free Pascal v. 2.2.2 for Pascal programs, GCC v. 4.4.1 for C and C++ programs and Java 1.6.0_02 for Java programs. Exactly the same compilers will be available on the workstations.
  5. The ANSI C standard library and the standard template library will be available.
  6. For each compiler on-line manual will be installed.
  7. Size of the source code cannot exceed 100KB.
  8. The code must compile within 30 seconds. The compiler has a memory limit of 512MB.
  9. Memory limit for each task is 256MB.
  10. Each program has to terminate with an exit code 0 (return 0).
  11. Submitted programs are not allowed to:
  12. Submission of solutions will be done through a WWW browser. Mozilla Firefox will be provided for that task.

Screen-friendly version of this page