Run ID:143609
提交时间:2026-01-17 10:45:49
#include<iostream> using namespace std; int main(){ char a,x,y; cin>>a>>x>>y; if(a>=x&&a<=y){ cout<<"yes"; } else{ cout<<"no"; } return 0; }