摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1785代码如下:#include"stdio.h"#include"math.h"#include"stdlib.h"struct nod{ double x,y; double num;}a[105]; int cmp(const void *a,const void *b){ nod *aa=(nod*)a,*bb=(nod*)b; return aa->num>bb->num?1:-1;}int main( ){ int n, 阅读全文
posted @ 2012-07-06 13:15
朝圣の路
阅读(219)
评论(0)
推荐(0)