Run ID:87623
提交时间:2024-08-10 21:36:33
#include<bits/stdc++.h> using namespace std; int main() { int a,x,y; cin>>a>>x>>y; if(a>=x&&a<=y) cout<<"yes"; else cout<<"no"; return 0; }