摘要: #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int n; int q[N]; /**算法名称:直接插入排序 * 时间复杂度:最好情况:O( 阅读全文
posted @ 2021-12-21 10:52 NgAgo 阅读(38) 评论(0) 推荐(0)