Run ID:135217

提交时间:2025-11-03 16:29:18

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