Run ID:137667

提交时间:2025-11-22 11:00:39

#include<bits/stdc++.h> using namespace std; int main(){ int a,x,y; cin>>a>>x>>y; if(y>=a){ if(x<=a){ cout<<yes<<endl; } else { cout<<no<<endl; } return 0; }