Run ID:1442
提交时间:2023-09-30 16:53:43
#include<iostream> using namespace std; int main() { long long a,x,y; cin>>a>>x>>y; if(a>=x&&<=y) { cout<<"yes"; } else { cout<<"no"; } return 0; }