x, y, z = map(int,input().split())
print("Yes" if x == min(x, y, z) else "No")