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