摘要:
http://acm.ccucomp.cn/acmhome/problemdetail.do?&method=showdetail&id=1113 1 #include<iostream> 2 #include<algorithm> 3 4 using namespace std; 5 6 int n,sum,len; 7 int count; 8 int sticks[65]; 9 int cmp(const void *a, const void *b) // 比较函数 10 { 11 return *(int *)b - *(int *)a; 12 阅读全文
posted @ 2012-04-12 20:31
南柯南
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号