https://inf-ege.sdamgia.ru/problem?id=7755
python
a month ago
94 B
0
Indexable
Never
from itertools import product words = list(product('ЛНРТ', repeat=5)) print(*words[149])
from itertools import product words = list(product('ЛНРТ', repeat=5)) print(*words[149])