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