Run ID:135225

提交时间:2025-11-03 16:30:16

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