http://www.patest.cn/contests/pat-a-practise/1057treap 求第k大的数 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; ... Read More
posted @ 2015-07-31 22:57 ACSeed Views(261) Comments(0) Diggs(0)
http://www.patest.cn/contests/pat-a-practise/1039#include#include#include#includeusing namespace std;int n, k;char str[20];int myhash(char *s) { re... Read More
posted @ 2015-07-31 09:59 ACSeed Views(165) Comments(0) Diggs(0)