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

Note: The following corrections should make sense in the context of the printed problem set. Some of this errata is purely to releave concerns about limits that are not necessarily critical to solving the problem.

  1. Problem B: Change 0 < n < 1000 should be 0 < n <= 1000
  2. Problem B: Printed sample output did not retain line breaks. Here is the corrected version:
    Case 1:
    4
    1 7
    2 3 5 6
    Case 2:
    1 3 6 7 8
    2 4 5 9 10
    
  3. Problem D: Name will be 80 printable characters or less.
  4. Problem E: In Input defintion, remove one them from second sentence.
  5. Problem E: Max line length is 132 characters.
  6. Problem F: Last line of sample output lost the last 2 characters: E.. Note that this problem requires that text be properly typed and formatted (words spelled as in sample output).

Return to Errata Top
Return to Top of Page


Baylor Errata

Return to Errata Top
Return to Top of Page


ECU Errata

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