摘要: 第一、topk问题(采用快排优化后的topk,时间复杂度为O(n)),然后cin输入一直超时,最后换成了scanf函数AC #include "bits/stdc++.h" using namespace std; int a[5000005]; void topk(int start,int en 阅读全文
posted @ 2021-12-07 21:09 scannerkk 阅读(108) 评论(0) 推荐(0)