I, J, K = list(map(int,input().split())) if I <= J and I <= K: print('Yes') else: print('No')