n = [int(x) for x in input().split()] print("Yes" if len(n) == len(set(n)) else "No")