Run ID:135958

提交时间:2025-11-08 17:59:21

#include <iostream> using namespace std; int main(){ int a; cin>>a; if(a>60) cout<<"YES"; else cout<<"NO"; }