摘要:
代码/*2011-05-17 19:26:31 Accepted 3258 C++ 230 1168 MDK */#include<iostream>#include<stdio.h>#include <stdlib.h>#include <string.h>#define MAXN 50005using namespace std;typedef struct bone{ int valu; int volu; double bili; bool type;}bone;bone ben[MAXN];int cmp(const void *a,c 阅读全文
posted @ 2011-05-17 19:47 MDeath-Kid 阅读(245) 评论(0) 推荐(0) 编辑