_, p, q = input().split() print('Yes') if p != q else print('No')