N = int(input()) seq = [0] * N print('Yes') print(*seq)