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