restructure zeta/** to storage/zeta/**
This commit is contained in:
6
storage/zeta/py/completed/11656.py
Normal file
6
storage/zeta/py/completed/11656.py
Normal file
@@ -0,0 +1,6 @@
|
||||
I = input()
|
||||
T = set()
|
||||
for i in range(len(I)):
|
||||
T.add(I[i:])
|
||||
for t in sorted(T):
|
||||
print(t)
|
||||
Reference in New Issue
Block a user