restructure zeta/** to storage/zeta/**
This commit is contained in:
9
storage/zeta/py/completed/4673.py
Normal file
9
storage/zeta/py/completed/4673.py
Normal file
@@ -0,0 +1,9 @@
|
||||
a=set(i for i in range(1,10001))
|
||||
s = set()
|
||||
for i in range(1,10001):
|
||||
for j in str(i):
|
||||
i+=int(j)
|
||||
s.add(i)
|
||||
a = sorted(a-s)
|
||||
for i in a:
|
||||
print(i)
|
||||
Reference in New Issue
Block a user