Python自己调用自己 摘要:a,n,m,x=map(int,input().split())def qiushu(zs,ss,s,dj): if dj==n-1: if zs==m: r…… 题解列表 2021年04月15日 0 点赞 0 评论 266 浏览 评分:9.9
编写题解 1179: 上车人数 摘要:解题思路:注意事项:参考代码:a,n,m,x=map(int,input().split()) up=[a] def get(a,x,z): up=[a,x] down=[0,…… 题解列表 2022年02月18日 0 点赞 0 评论 181 浏览 评分:0.0