摘要:
(找第k大的数) 给定一个长度为1,000,000的无序正整数序列,以及另一个数n(1using namespace std;int a[1000001],n,ans = -1;void swap(int &a,int &b){int c;c = a; a = b; b = c;}int FindK... 阅读全文
posted @ 2015-10-08 10:39
noip之路
阅读(1194)
评论(0)
推荐(0)
浙公网安备 33010602011771号