N,X=map(int,input().split())
C=list(map(int,input().split()))
print("Yes" if C[0]<=X<=C[-1] else "No")