input() A = map(int, input().split()) print('Yes') print(' '.join(map(str, [i * 10 ** 100 for i in A])))