#include using namespace std; int main() { int q = 0; cin >> q; if (q > 200) cout << "yes" << endl; else cout << "no" << endl; return 0; }