https://inf-ege.sdamgia.ru/problem?id=9162

 avatar
unknown
python
2 years ago
94 B
5
Indexable
from itertools import product
words = list(product('МСТФ', repeat=4))
print(*words[137])
Editor is loading...