https://inf-ege.sdamgia.ru/problem?id=9162
python
a month ago
94 B
0
Indexable
Never
from itertools import product words = list(product('МСТФ', repeat=4)) print(*words[137])
from itertools import product words = list(product('МСТФ', repeat=4)) print(*words[137])