https://inf-ege.sdamgia.ru/problem?id=7782
python
a month ago
94 B
1
Indexable
Never
from itertools import product words = list(product('НРТУ', repeat=4)) print(*words[214])
from itertools import product words = list(product('НРТУ', repeat=4)) print(*words[214])