Run ID:145417

提交时间:2026-01-25 15:10:37

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