x = set(input().split(" "))
print(sorted(x))

注意,set是无序、不存在重复元素的结构!