Difference between revisions of "Pc2export.dat"
From PC2wiki
m (added links) |
m (add link) |
||
Line 40: | Line 40: | ||
* [[Import ICPC Data]] | * [[Import ICPC Data]] | ||
* [[Export ICPC]] | * [[Export ICPC]] | ||
+ | * [[ICPC Import Files]] |
Revision as of 11:12, 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 |
---|---|---|
1 | ICPC Team ID (note: not the PC² team number). | 435343 |
2 | Rank in contest | 1 |
3 | Number of problems the team has solved | 4 |
4 | Number of penalty points | 534.0 |
5 | Time of the last submission | 233.0 |
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