Run ID:115476
提交时间:2025-03-30 15:51:32
#include<bits/stdc++.h> using namespace std; int a,y,x; int main(){ cin>>a>>y>>x; if(a>=y){ if(a<=x){ cout<<"yes"; }else{ cout<<"no"; } }else{ cout<<"no"; } }