a = list(map(int,input().split())) print('Yes' if min(a)==a[0] else 'No')