Run ID:149219
提交时间:2026-03-08 14:08:46
#include<bits/stdc++.h> using namespace std; int main(){ int sx; cin>>sx; if(sx>=60){ cout<<"YES"<<endl; } else{ cout<<"NO"<<endl; }