create dev channel
This commit is contained in:
7
zeta/py/completed/5597.py
Normal file
7
zeta/py/completed/5597.py
Normal file
@@ -0,0 +1,7 @@
|
||||
L = [i + 1 for i in range(30)]
|
||||
for _ in range(28):
|
||||
i = int(input()) - 1
|
||||
L[i] = False
|
||||
|
||||
for i in L:
|
||||
print(i) if i else 0
|
||||
Reference in New Issue
Block a user