#有时候不知道什么时候是func() , 什么时候是 x.func() ??
a = list(set(input().split()))
a.sort()
print(a)