a, b, c = map(int, input().split()) print('Yes' if a <= b and a <= c else 'No')