摘要:
#include#includestruct node{int x,y,j,num;}a[110];int cmp(const void *b,const void *c) {return (*(struct node *)b).num -(*(struct node *)c).num ;}int ... 阅读全文
posted @ 2013-08-03 10:22
HYDhyd
阅读(126)
评论(0)
推荐(0)
浙公网安备 33010602011771号