add: swea/5601.py
This commit is contained in:
9
swea/5601.py
Normal file
9
swea/5601.py
Normal file
@@ -0,0 +1,9 @@
|
||||
t=int(input())
|
||||
|
||||
for tc in range(1,t+1):
|
||||
n=int(input())
|
||||
|
||||
print("#"+str(tc),end=" ")
|
||||
for _ in range(1,n+1):
|
||||
print("1/"+str(n),end=" ")
|
||||
print()
|
||||
Reference in New Issue
Block a user