2013 SCUSA Regional Programming Contest Local Doc Server
This documentation will be available to teams during contst.
- Documentation
- PC^2
- C/C++
- Java Doc
- Complete Java JDK (installed JDKs have demo, db removed)
- Scripting Languages (only to be used in Scripting Contest)
- STDIO Examples
- Problem Sets and Scoreboards
- Errata
Please use this documentation as you see fit. A best effort has been made to provide
this info accurately.
Errata
Contest Wide Errata
Compiler flags for gcc
PC^2 is compiling GNU C with the following flags:
gcc -std=c99 -lm
PC^2 compile for GNU C++ is:
g++ -lm
PC^2 compile for java is:
javac
Problem Set:
- 1 Drop Zone
- 2 Effective Infection Time
- 3 Outpost Navigation
- 4 Multikill
- 5 Virology
- 6 Worst Case Scenario
- 7 Zombie Invasion
- 8 Zombdar
You can go to localdoc -- regional contest problem set to have an online copy of the problem set.
Submission of source files
Do not submit source files that contain spaces or other special characters.
Return to Errata Top
Return to Top of Page
Baylor Errata
- The order of the PRINTED problems does not match the order of the
ONLINE (or PC^2) problems. Please be careful when you are submitting a problem to make
sure you are submitting for the correct one.
Return to Errata Top
Return to Top of Page
LETU Errata
Return to Errata Top
Return to Top of Page
LSU Errata
Return to Errata Top
Return to Top of Page