I, J, K = map(int, input().strip().split(' ')) print(['No', 'Yes'][I <= J and I <= K])