摘要:
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 - * 阅读全文