摘要:
做了个水题,发现自己还是很水,做个整理,以后多加注意!#include <iostream>#include <algorithm>#include <stdlib.h>#include <stdio.h>using namespace std;const int Max=10000000;typedef struct node{ double sum; int res;}Node;Node des[Max];int ans[Max];int cmp(const void* s,const void *t){ if( ((Node*)t)-> 阅读全文
posted @ 2012-04-04 14:36
orangeblog
阅读(162)
评论(0)
推荐(0)

浙公网安备 33010602011771号