Run ID:98744

提交时间:2024-11-23 14:18:46

#include<iostream> using namespace std; int main(){ int a,x,y; cin>>a>>x>>y; if(a>x&&a<y){ cout<<"yes"; } else{ cout<<"no"; } //if(y%4==0){ //if(y%100!=0){ //cout<<y<<" "<<"Yes"; //} //else{ //if(y%400==0){ // cout<<y<<" "<<"Yes"; //} //else{ //cout<<y<<" "<<"No"; //} //} //} //else{ //cout<<y<<" "<<"No"; //} }