a = int(input()) if a == 1: print('No') else: print('Yes')