Difference between revisions of "Contest.tsv"
From PC2wiki
m (updated article) |
m (→See also: rename cat) |
||
Line 39: | Line 39: | ||
* [[Load ICPC]] | * [[Load ICPC]] | ||
− | [[Category: | + | [[Category:CLICS]] |
[[Category:Version 9.3]] | [[Category:Version 9.3]] | ||
[[Category:Import and Export]] | [[Category:Import and Export]] |
Latest revision as of 10:23, 3 December 2016
A CCS standard TSV file that contains contest information
File Format
Per the CCS spec.
A text file consisting of a version line and one line for each contest.
The first line has the following format
Field | Description | Example | Type |
---|---|---|---|
1 | Label | contest | fixed string (always same value) |
2 | Version number | 1 | integer |
Then follow several lines with the following format (one per team group).
Field | Description | Example | Type |
---|---|---|---|
1 | Contest Id | 2409 | integer |
2 | contest name | 39th Annual World Finals of the ACM International Collegiate Programming Contest | string |
3 | contest short name | ACM-ICPC World Finals | string |
4 | contest date | 05/16/2015 | integer |