a, p, q = map(int, input().split()) print('Yes') if (p-q)**2 > 0 else print('No')