dic={ }#用字典存储较为方便 直接 while True: try: #提取数据 temp1=input().split(' ') temp2=input().split(' ') i=temp1[1:] r=temp2[1:] i_len=temp1[0] r_len=temp2[0] r=list(map(int,r)) r = list(set(r)) r.sort() r=list(map(str,...