The first line of input contains a positive integer N, where 1 ≤ N ≤ 100, representing the number of bids collected at the silent auction. Each of the next N pairs of lines contains a person’s name on one line, and the amount of their bid, in dollars, on the next line. Each bid is a positive integer less than 2000. The order of the input is the order in which bids were placed.
第一行输入包含一个正整数N,其中 1 ≤ N ≤ 100,代表在无声拍卖中收集到的出价数量。接下来的N对行中,每对行包括一行人的名字和他们的出价金额(以美元计),在下一行。每个出价都是一个小于2000的正整数。输入的顺序就是出价的顺序。