#include using namespace std; using G=vector>; typedef long long ll; #define rep(i,l,r) for(int i=(l);i<(r);++i) int main(){ int i,j,k; cin>>i>>j>>k; if(i<=j && i<=k) cout<<"Yes"<