ACM ICPC Jakarta Rules
Team Composition
A representative of the sponsoring institution of higher education, typically a faculty member, must serve as or designate the team coach. The coach certifies the eligibility of contestants and serves as the official point-of-contact with the team prior to and during contest activities. A team may only have one coach and the coach cannot also be a contestant.
The coach must fully register teams in the ICPC Registration System (http://icpc.baylor.edu/) no later than September 23rd, 2012 (for Indonesian team) and October 6th, 2012 (for foreign team). A team is not eligible to compete in the regional contest until the regional contest director has accepted the team in the web registration system. Teams failing to comply with any of these requirements will be ruled ineligible to compete. Only registered reserves may be substituted for contestants. Such substitutions must be entered in the ICPC Registration System by the regional contest director before the contest begins.
Each team consists of three contestants who are eligible to compete in the ICPC World Finals as described under Advancing to the World Finals in the Regional Rules. The team's contestants must satisfy the following eligibility rules.
Basic Requirements
Each member of each team should comply to the requirements below:
- A student must be willing and able to compete in the World Finals.
- A student must be enrolled in a degree program at the sponsoring institution with at least a half-time load. This rule is not to be construed as disqualifying co-op students, exchange students, or students serving internships.
- A student may compete for only one institution during a contest year.
- A student who has competed in two World Finals is NOT eligible to compete. *)
- A student who has competed in Regional Contests for five years is NOT eligible to compete.
- A student may compete in at most two Asia Site Contests, home or not-home administrative sub-region. *)
*) ACM-ICPC 2011 Asia Specific Regional Contest Rules applied. For more information, Please look at here
Period of Eligibility
- A student who meets the Basic Requirements and FIRST began post-secondary studies in 2008 or later is eligible to compete.
- A student who meets the Basic Requirements and was born in 1989 or later is eligible to compete.
The Contest
Teams will compete to solve 8 to 10 algorithmic problems in 5 hours contest time.
Each problem has the following components:
- Problem statement; describing the problem (in English) which should be solved.
- Input-output specification; details on input and output format including input constraint which should be handled by the team's program. Note that submitted program's output must have an exact match with the output format specification. Error in presentation error (e.g., too many whitespaces) will yield a Wrong Answer response.
- Sample input-output; some input and output samples.
- Time limit; maximum time allowed for the program to run and produce the expected output.
- INC : the time limit for each problem will be stated in problem statement.
- ICPC: the time limit for each problem will be broadcasted using clarification menu in PC2.
You may find some example problems in UVa online judge (http://uva.onlinejudge.org).
Teams may ask clarification about the problems using the contest management system (INC: contest website; ICPC: PC2). If the judges agree that there is ambiguity in the problem, they will broadcast this clarification to all teams.
Submissions
Teams should submit their source code using the contest management system anytime during the contest time.
A problem is solved when it is accepted by the judges. In order to accept or reject a submission, judges will compile and test the program with secret test data (only owned by the judges) which have been prepared in advance before the contest.
Each submission will get one of these responses from the judges:
Yes - Accepted.
The program produced the correct output within running time limit without any error. This program is accepted by the judges and the problem is considered as solved.No - Wrong Answer.
The program did not produce the correct output.No - Runtime Error.
The program crashed (runtime error) when processing the secret test data.No - Time Limit Exceed.
The program took more than time limit to produce output and terminate correctly.No - Compile Error.
The submitted source code cannot be compiled.
No other details will be given to each response.
Ranks
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 solved problem (in minutes). 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.
The top 50 teams from INC 2012 will advance to ICPC 2012 Jakarta Site. The winner (and possibly also 2nd or 3rd rank, depends on ICPC Asia Director) has the chance to advance to ICPC 2013 World Final in St. Petersburg, Russia.
Programming Languages
We allow two programming languages to be used in this contest:
- C/C++ : MinGW 4.4.1 **)
- Java : Java 6
**) We use Windows OS.
Contest Environment
INC 2012
Contest Website : http://competition.binus.ac.id/inc/
This is an online contest, so your team may use any resources you have. Make sure your submitted code can be compiled using judge's compiler.
ICPC 2012 Jakarta Site
Each team will be given one set of computer.
Operating System | : | Windows XP |
Computer Specification | : | Intel Pentium(R) E5400 Dual Core 2.7 GHz Memory 2GB DDR 2 PC2 6400 HDD SATA 160 GB WD1600AAJS-60M0A1 |
IDE and Editor | : | Code::Blocks (C/C++) Eclipse (Java) Textpad Notepad++ |
Contest Management System | : | PC2 (http://www.ecs.csus.edu/pc2/) |
All teams and judges have the same computer specification.
Team Notebook
This section is for ICPC 2012 Jakarta Regional Site only.
Each team may bring reference material to the contest room, which is limited to:
- It may contain up to 25 pages of reference materials, printed on single-sided, letter or A4 size paper, with pages numbered in the upper right-hand corner.
- It may contain code listings, algorithms, hints, or any other necessary notes.
- Each team member may have an exact copy of the team reference document.
- Text and illustrations must be readable by a person with correctable eyesight without magnification from a distance of 0.5 (half) meter
Team may also bring:
- Blank papers, graph papers and stationery (e.g., pen, pencil, eraser, ruler, etc.)
- English dictionary (printed material, not electronic dictionary).
No other materials are allowed to be in the contest room (e.g., books, etc.)
Teams ARE NOT ALLOWED to bring:
- Any digital materials (e.g., e-books, softcopy codes, etc.)
- Any digital devices (e.g., flash disks, external hdd, etc.)
- Any other electronic devices (e.g., smartphone, calculator, laptop, etc.)
Any communication devices should be turned off during the contest.