Run ID:154086

提交时间:2026-05-24 14:20:09

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