from sys import stdin def main(): N = int(input()) print('Yes') input = lambda: stdin.readline() main()