Котик Софья Валентиновна
13.10.2019 01:43 (15:36) [2720942]
print(' '.join(map(str, [int(i) ** 2 for i in input().split() if int(i) > 0][::-1])))