by@hakatashi
MLE
772ms
import itertools as i print(list(i.permutations(list(range(100)))))
99 10 69 48 44 08 03 80 13 93 87 05
Killed