Run ID:154083

提交时间:2026-05-24 14:17:26

#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; }