i, j, k = [int(x) for x in input().split()] print("Yes" if i <= j and i <= k else "No")