上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页

2012年7月21日

【解题报告】【HDOJ1789】【贪心算法】Doing Homework again

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1789 1 #include<stdio.h> 2 struct node{ 3 int x,y; 4 }; 5 int main() 6 { 7 struct node a[1001]; 8 int record[1001],flag,sum,i,j,t1,n,T,t2; 9 //freopen("1.txt","r",stdin);10 scanf("%d",&T);11 while(T--)12 {13 scanf 阅读全文

posted @ 2012-07-21 18:56 coding封神 阅读(160) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页

导航