print(*reversed(list(map(lambda x: x * x, filter(lambda x: x > 0, map(int, __import__('sys').stdin.read().split()))))))