I, J, K = map(int, input().split()) if I<=J and I<=K: print("Yes") else: print("No")