Contest.tsv
From PC2wiki
A CCS standard TSV file that contains region information
File Format
Per the CCS spec.
A text file consisting of a version line and one line for each group (super regionals at the WF) that needs to be tracked separately with regards to results. Each line has tab separated fields as defined below.
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 |