孔声豪 • 2个月前
#include<bits/stdc++.h>
using namespace std;
int main(){
int f; cin>>f;
if(f>=60)
cout<<"YES";
else cout<<"NO";
return 0;
}
评论: