contest_prelude_contest_scoreboard
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| contest_prelude_contest_scoreboard [2011/08/28 15:23] – jtkorb | contest_prelude_contest_scoreboard [2011/08/28 15:33] (current) – jtkorb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Prelude to Contest Scoreboard ====== | ===== Prelude to Contest Scoreboard ====== | ||
| - | First, start by reading the problem statement for [[http:// | + | First, start by reading the problem statement for [[http:// |
| Line 10: | Line 10: | ||
| ===== Output ===== | ===== Output ===== | ||
| + | Print the number of contests in the form: | ||
| + | |||
| + | < | ||
| + | Number of contests: x | ||
| + | </ | ||
| + | |||
| + | For each contest, print the number of correct and incorrect submissions as two integers on the same line separated by a space. | ||
| + | |||
| + | There should be a blank line separating each contest and a blank line separating the first contest from the initial message (and no blank line at the end). | ||
| ===== Sample Input ===== | ===== Sample Input ===== | ||
| Line 30: | Line 39: | ||
| ===== Sample Output ===== | ===== Sample Output ===== | ||
| + | < | ||
| + | Number of contests: 2 | ||
| + | 3 1 | ||
| + | |||
| + | 3 1 | ||
| + | </ | ||
contest_prelude_contest_scoreboard.1314570220.txt.gz · Last modified: 2011/08/28 15:23 by jtkorb