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