04 2014 档案
摘要:数学真奇妙。e = RL^0RLR^2LRL^4RLR^6 ...
阅读全文
摘要:#include #include #include #define MAX_N 20001typedef struct{ int begin, end, w;} Program;Program program[MAX_N];int myHeapLength, n;int cmpV1(Program *a, Program *b){ return a->begin - b->begin;}Program myHeap[MAX_N];void heapPush(Program e){ int i = myHeapLength, p; Program t; myHea...
阅读全文

浙公网安备 33010602011771号