User Tools

Site Tools


contest_prelude_contest_scoreboard

This is an old revision of the document!


Prelude to Contest Scoreboard

First, start by reading the problem statement for Contest Scoreboard. For this prelude, the input format is the same as the main problem, and you will simply be reading the input and printing it out in the format specified.

Input

Each input line is a four-tuple: contestant number, problem number, time of submission, and result code (L).

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.

Sample Input

2

1 2 10 I
3 1 11 C
1 2 19 R
1 2 21 C
1 1 25 C

1 1 10 C
5 1 10 C
2 1 10 C
4 1 20 I

Sample Output

Number of contests: 2

3 1

3 1
contest_prelude_contest_scoreboard.1314570634.txt.gz · Last modified: 2011/08/28 15:30 by jtkorb