2013 SCUSA Regional Programming Contest Local Doc Server

This documentation will be available to teams during contst.

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:

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

  1. 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