add: swea/15941.py

This commit is contained in:
Gyubin Han
2024-05-04 20:38:46 +09:00
parent a0324ecaf5
commit 353083cc96

5
swea/15941.py Normal file
View File

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