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