scripts/ege/Основная волна. Второй день/25.py

8 lines
172 B
Python
Raw Normal View History

2023-05-05 00:45:01 +03:00
for x in range(101):
if x == 100:
x = ""
for y in range(10):
s = int(f"123{x}4{y}5")
if s % 161 == 0:
print(s, s // 161)