num = input().split() if (num[0] <= num[1]) & (num[0] <= num[2]): print("Yes") else: print("No")