nums = [int(input()) for i in range(int(input('Введите размер массива:\n')))] print(*[i**2 for i in nums])