print('Yes' if len(set(map(int, input().split()))) == 1 else 'No')