N = int(input()) a,b,c = map(int,input().split()) if a < b and c > a: print('Yes') elif b