|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | A list of common tasks in PC²
| + | #REDIRECT [[How_do_I]] |
− | | |
− | =General=
| |
− | | |
− | This is a list of how to's
| |
− | | |
− | * Quick start guide [[TODO]]
| |
− | | |
− | * How to get help [[TODO]]
| |
− | * How to add accounts [[TODO]]
| |
− | * How to add languages [[TODO]]
| |
− | * How to solve Can't Execute problem [[TODO]]
| |
− | | |
− | * How to load contest and problem YAML files ([[Version 9.3]]) [[TODO]]
| |
− | | |
− | ==How to configure/use interpreted languages==
| |
− | | |
− | For more details see the [[Interpreted languages]] article.
| |
− | | |
− | ==How To extract all team source files==
| |
− | | |
− | Applies to version 9.1.0 and On.
| |
− | | |
− | # Startup a server module
| |
− | # Go to the Reports tab
| |
− | # Select the "Extract Replay Runs" report
| |
− | # Click View Report | |
− | | |
− | The Extract Replay Runs report creates replay file and extracts
| |
− | all team's runs source files. An example of a line from this report
| |
− | is here:
| |
− | | |
− | action=RUN_SUBMIT| id=1| elapsed=1| language=Java| problem=Hello|site=1|submitclient=team5|mainfile=report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java|
| |
− | | |
− | This line indicates that team5 submitted a source file named <code>Sumit.java</code> for problem Hello. The
| |
− | <code>Sumit.java</code> source code/program was written in the <code>reports</code> directory, the path is <code>reports/report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java</code>
| |
− | | |
− | | |
− | [[Category:Troubleshooting, FAQ and Support]] | |