S = input() print(['Yes', 'No'][0 if S[0] == '4' else 1])