Files
PS/swea/15941.py
2024-05-04 20:38:46 +09:00

6 lines
78 B
Python

t=int(input())
for i in range(1,t+1):
print("#"+str(i),int(input())**2)