Difference between revisions of "CCS Standard"
From PC2wiki
m (Reverted edits by 182.185.233.249 (Talk); changed back to last version by Doug Lane) |
(→Input Contest Data Files: added links and text) |
||
Line 7: | Line 7: | ||
==Input Contest Data Files== | ==Input Contest Data Files== | ||
− | * [[contest.yaml]] | + | * [[contest.yaml]] - [[ICPC CCS]] contest information (including language and other settings) |
− | * [[problem.yaml]] | + | * [[problem.yaml]] - [[ICPC CCS]] a single problem definition |
− | * groups.tsv - ICPC [[CMS]] Region information | + | * [[Contest Data Files|groups.tsv]] - ICPC [[CMS]] Region information |
− | * teams.tsv - ICPC [[CMS]] Team information | + | * [[Contest Data Files|teams.tsv]] - ICPC [[CMS]] Team information |
− | * userdata.tsv - user login and password information | + | * [[Contest DAta Files|userdata.tsv]] - user login and password information |
==Input Contest Data Files== | ==Input Contest Data Files== |
Revision as of 05:25, 15 June 2012
The Contest Control System Standard is a list of requirements for a Contest Control System (CCS) that can be used at the ICPC Finals.
A CCS that conforms to the standard implements the requirements specified and supports the use of the following files and services.
Input Contest Data Files
- contest.yaml - ICPC CCS contest information (including language and other settings)
- problem.yaml - ICPC CCS a single problem definition
- groups.tsv - ICPC CMS Region information
- teams.tsv - ICPC CMS Team information
- userdata.tsv - user login and password information
Input Contest Data Files
- results.tsv - formerly pc2export.dat info in TSV format.
- scoreboard.tsv - standings information
- HTML output of the standings/scoreboard
Services
- Run Forwarding Feed (XML) - provides run submission data to clients (non-team typically). The Run Forward Feed data includes both run information (Team, Problem, etc) and the submitted source code file(s).
- Event Feed (XML) - provides a number of contest events, ex. contest def, language def, runs info, notifications.
- Input format validator - Judge's data and answer file validator
- Output validator support - Validator support