#include int main() { char c; scanf("%c",&c); c=='4'||c=='5'?puts("Yes"):puts("No"); }