1098. Insertion or Heap Sort (25)
摘要:
#include <iostream> #include <algorithm> using namespace std; int ori[110], cur[110]; void adjustdown(int k, int max) { ori[0] = ori[k]; int i; for(i 阅读全文
posted @ 2025-11-23 17:24 王景迁 阅读(4) 评论(0) 推荐(0)
浙公网安备 33010602011771号