https://inf-ege.sdamgia.ru/problem?id=8658
python
2 months ago
92 B
1
Indexable
Never
from itertools import product words = list(product('АНП', repeat=5)) print(*words[200])
from itertools import product words = list(product('АНП', repeat=5)) print(*words[200])