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