Run ID:109510
提交时间:2025-02-09 13:30:10
#include <iostream> using namespace std; int main(){ int a; cin>>a; if(a>=60) cout<<"YES"; else cout<<"NO"; }