借用改写了用sort() 摘要:解题思路:注意事项:参考代码:while 1: try: n = int(input()) if n …… 题解列表 2025年06月17日 0 点赞 0 评论 35 浏览 评分:0.0
可以直接用sort,我头铁自己写的快速排序 摘要:解题思路:注意事项:参考代码:: def quick_sort_pivot(a, start, end): pivot = start j = start + 1 for i in …… 题解列表 2024年03月09日 0 点赞 0 评论 219 浏览 评分:0.0