这题是想考察排序能力吗?我用快排顺手些,不过既然选择python,就使用它自己的sort函数了. while True: try: n, k = map(int, input().split()) data = list(map(int, ...
確定! 回上一頁