a,b,c=map(int,input().split()) ans="No" if a<=b and a<=c:ans="Yes" print(ans)