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