Run ID:128751

提交时间:2025-08-19 14:39:32

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