摘要: #includeint main(){ //int a[5]={1,2,4,7,15}; int a[5]; a[0]=1;a[1]=2;a[2]=4;a[3]=7;a[4]=15; int num,i; while(scanf("%d",&num)!=EOF) { for(i=4... 阅读全文
posted @ 2014-12-08 21:30 sola94 阅读(137) 评论(0) 推荐(0) 编辑
摘要: DescriptionThe summer training of ZJU ICPC in July is about to end. To celebrate this great and happy day, the coaches of ZJU ICPC TeamNaviandFancydec... 阅读全文
posted @ 2014-12-08 21:26 sola94 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Description"Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says."The second problem is, given ... 阅读全文
posted @ 2014-12-08 21:20 sola94 阅读(148) 评论(0) 推荐(0) 编辑
摘要: DescriptionConsider a football tournament wherenteams participate. Each team has two football kits: for home games, and for away games. The kit for ho... 阅读全文
posted @ 2014-12-08 21:18 sola94 阅读(166) 评论(0) 推荐(0) 编辑
摘要: DescriptionThe Saratov State University Olympiad Programmers Training Center (SSU OPTC) hasnstudents. For each student you know the number of times he... 阅读全文
posted @ 2014-12-08 21:17 sola94 阅读(211) 评论(0) 推荐(0) 编辑