编写题解 3000: 交换值 摘要:解题思路:注意事项:参考代码:a=input().split(' ')b=a[1]c=a[0]print(b,c)…… 题解列表 2025年08月09日 1 点赞 0 评论 24 浏览 评分:10.0