不搞抽象2002
不搞抽象2002
全部文章
分类
归档
标签
去牛客网
登录
/
注册
不搞抽象2002的博客
全部文章
(共1篇)
题解 | 田忌赛马
from itertools import permutations v=list(map(int,input().split())) a=list(map(int,input().split())) for perm in permutations(a): win = 0 ...
2026-01-30
1
57