04 2014 档案

摘要:数学真奇妙。e = RL^0RLR^2LRL^4RLR^6 ... 阅读全文
posted @ 2014-04-24 21:59 knull 阅读(208) 评论(0) 推荐(0)
摘要:#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... 阅读全文
posted @ 2014-04-11 19:42 knull 阅读(136) 评论(0) 推荐(0)