摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1004View Code #include<iostream>#include<cstring>#include<cstdlib>using namespace std ;struct colorball{ int num ; char colors[16] ;} ;struct colorball a[1000] = {0, ""} ;int cmp(const void *a, const void *b){ return (*(int*)b - * 阅读全文
posted @ 2013-04-13 20:23 yelan@yelan 阅读(199) 评论(0) 推荐(0) 编辑