Run ID:98562
提交时间:2024-11-23 11:34:34
#include<bits/stdc++.h> using namespace std; int main(){ int a,x,y; cin>>a>>x>>y; if(x<a&&a<y){ cout<<"yes"; } cout<<"no"; return 0; }