complete 20004.py

This commit is contained in:
2024-08-21 00:52:23 +09:00
parent 35e878ba2b
commit 437c10c393

View File

@@ -0,0 +1,4 @@
if __name__ == "__main__":
A = int(input())
for i in range(1, A + 1):
print(i) if 30 % (i + 1) == 0 else 0