摘要:#include#include#define M 4using namespace std;class LoserTree{private: // 调整K为2的整数次幂 int round(int k) { if(k&(k-1)!=0) { ...
阅读全文
posted @ 2015-06-25 17:56
posted @ 2015-06-25 17:56
posted @ 2015-06-22 12:08