Run ID:3885

提交时间:2024-07-18 14:49:33

# include<iostream> using namespace std; int main(){ int score; cin>>score; if(score>=60){ cout<<"YES"<<endl; //cout<<"很开心"<<endl; } //if(score<60){ else{//else其他的情况 cout<<"NO"<<endl; } return 0; }