Run ID:154092
提交时间:2026-05-24 14:30:28
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a>=b){ cout<<"yes"; }else{ cout<<"no"; } if(a<=c){ }else{ cout<<"no"; } return 0; }