#include void main(void){ long double l , j , k ; scanf("%lle %lle %lle",&l,&j ,&k); if(l <= j && l <= k){ printf("Yes"); }else{ printf("No"); } }