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