v = list(set([input() for _ in range(int(input()))])) # 입력. v.sort(key = lambda x:(len(x),x)) # sorting. print("\n".join(v)) #.
確定! 回上一頁