Run ID:154079
提交时间:2026-05-24 14:15:24
#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; }