堆顶在数组的哪个位置 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 对 错 堆用一个数组从上到下、从左到右装起来。运行下面这段程序:h = [24, 23, 15, 13, 17] print(h.index(max(h)))
全部评论