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

 avatar
unknown
python
a year ago
92 B
3
Indexable
from itertools import product
words = list(product('АНП', repeat=5))
print(*words[200])