#include using namespace std; typedef long long ll; typedef pair P; typedef pair Q; #define REP(i,n) for(int i=0;i> T; if(T==45) cout << "Yes" << endl; else cout << "No" << endl; return 0; }