add: swea/15941.py
This commit is contained in:
5
swea/15941.py
Normal file
5
swea/15941.py
Normal file
@@ -0,0 +1,5 @@
|
||||
t=int(input())
|
||||
|
||||
for i in range(1,t+1):
|
||||
print("#"+str(i),int(input())**2)
|
||||
|
||||
Reference in New Issue
Block a user