牛客什么时候能把Python3和pypy3的版本更新一下,太旧了
from math import perm n,m = map(int,input().split()) print(perm(n,m))