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