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