不懂可评论 摘要:解题思路:注意事项:参考代码:a,b=map(int,input().split()) a,b=b,a print(a,b)…… 题解列表 2024年11月15日 0 点赞 0 评论 64 浏览 评分:0.0
3000: 交换值 摘要:解题思路:注意事项:参考代码:a,b = map(int,input().split())c = a ; a = b ; b = cprint(a,b)…… 题解列表 2023年02月07日 0 点赞 0 评论 209 浏览 评分:0.0