Difference between revisions of "Pc2export.dat"
From PC2wiki
m (small edits) |
m (added Type column, small edits) |
||
Line 16: | Line 16: | ||
{|border="1" cellpadding="2" | {|border="1" cellpadding="2" | ||
|+ Field Descriptions | |+ Field Descriptions | ||
− | ! Field !! Description !! Example | + | ! Field !! Description !! Example !! Type |
|- | |- | ||
− | |1|| | + | |1||Reservation Id||435343||integer |
|- | |- | ||
− | |2||Rank in contest||1 | + | |2||Rank in contest||1||integer |
|- | |- | ||
− | |3||Number of problems the team has solved||4 | + | |3||Number of problems the team has solved||4||integer |
|- | |- | ||
− | |4||Total Time||534.0 | + | |4||Total Time||534.0||float |
|- | |- | ||
− | |5||Time of the last submission||233.0 | + | |5||Time of the last submission||233.0||float |
|} | |} | ||
+ | |||
+ | |||
+ | The team Reservation Id is found in the [[ICPC Import Files#PC2_Team.tab|PC2_Team.tab]] file. | ||
Revision as of 13:01, 11 November 2009
pc2export.dat is a file created by the Export ICPC feature that contains standings information to be uploaded to the ICPC Web site.
Version 8
To generate a pc2export.dat file use the Export ICPC button on the Scoreboard module.
Version 9
To generate a pc2export.dat file use the Scoreboard Refresh button. The pc2export.dat is also created whenever the Scoreboard output HTML is generated.
File Format
The file is a text file, comma delimited fields. There are 5 fields per line.
Field | Description | Example | Type |
---|---|---|---|
1 | Reservation Id | 435343 | integer |
2 | Rank in contest | 1 | integer |
3 | Number of problems the team has solved | 4 | integer |
4 | Total Time | 534.0 | float |
5 | Time of the last submission | 233.0 | float |
The team Reservation Id is found in the PC2_Team.tab file.
See the PC² Contest Administrator’s Installation and Configuration Guide for
detailed information about these fields.
Reference
- Appendix E of the PC² Contest Administrator’s Installation and Configuration Guide