Run ID:154077

提交时间:2026-05-24 14:09:04

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