import random rnd = random.randint(0,100000) if rnd <= 20000: print("No") else: print("Yes")