The first line of input consists of a positive integer N representing the total number of players
on the team.
This is followed by a pair of consecutive lines for each player.
The first line
in a pair is the number of points that the player scored. The second line in a pair is the
number of fouls that the player committed. Both the number of points and the number of
fouls, are non-negative integers.
输入的第一行包含一个正整数 N,代表球队的球员总数。
接下来是每个球员的一对连续行。
每对中的第一行是球员得分的数量, 每对中的第二行是球员犯规的数量, 得分和犯规的数量都是非负整数。