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

 avatar
unknown
python
2 years ago
94 B
6
Indexable
from itertools import product
words = list(product('НРТУ', repeat=4))
print(*words[214])
Editor is loading...