Difference between revisions of "Runs.tsv"
From PC2wiki
m (added content) |
m (→Other Notes: rename link) |
||
Line 40: | Line 40: | ||
run-id user problem time result | run-id user problem time result | ||
− | [[Category: | + | [[Category:CLICS]] |
− | |||
[[Category:Version 9.3]] | [[Category:Version 9.3]] | ||
− | |||
[[Category:Import and Export]] | [[Category:Import and Export]] |
Revision as of 10:15, 3 December 2016
A CCS standard file that describes each run from a contest.
File Format
The file is a 5-field TSV file.
Field | Description | Example | Type |
---|---|---|---|
1 | run id | 7 | integer |
2 | team number | 12 | integer |
3 | short problem name | railway | string |
4 | submission time in MS | 2033497 | long integer |
5 | result/Judgement Acronym | AC | string |
submission time is the elapsed MS since the start of the contest.
Example
A sample is below.
run-id user problem time result 1 97 railway 200297 CE 2 97 railway 587584 AC
Other Notes
Some runs.tsv files may contain a header line (first line) with the names of the fields, for example:
run-id user problem time result