while 1: try: line = int(input()) data = dict() while line > 0: index, value = map(int, input().split
京公网安备 11010502049817号