Difference between revisions of "CCS Standard"
From PC2wiki
m (→Input Contest Data Files: updated links) |
m (→Other Standards: rename cat) |
||
Line 30: | Line 30: | ||
* Output validator support - [[Validator]] support | * Output validator support - [[Validator]] support | ||
− | [[Category: | + | [[Category:CLICS]] |
+ | [[Category: Version 9.3]] |
Revision as of 09:28, 3 December 2016
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
Output Contest Data Files
- results.tsv - the final standings data for upload to the CMS
- scoreboard.tsv - standings information
- HTML output of the standings/scoreboard
- submissions.tsv - a list of run judgement/summary information
Data Feeds
- 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.
Other Standards
- Input format validator - Judge's data and answer file validator
- Output validator support - Validator support