#include using namespace std; int main(){ int S; cin >> S; if(S>=400) { cout << "Yes" << endl; }else { cout << "No" << endl; } }