Run ID:119361

提交时间:2025-05-17 14:43:27

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