2016年4月11日

摘要: 转自http://www.cnblogs.com/CCSSPP/archive/2011/10/20/2218897.html 备用查看 http://www.cnblogs.com/CCSSPP/archive/2011/10/20/2218897.html 阅读全文

posted @ 2016-04-11 13:46 tupeihui 阅读(169) 评论(0) 推荐(0)

2015年12月7日

摘要: hdu1000 仅仅是为了纪念 1 #include 2 int main() 3 { 4 int a,b; 5 while (scanf("%d%d",&a,&b)!=EOF) 6 { 7 printf("%d\n",a+b); 8 } 9 re... 阅读全文

posted @ 2015-12-07 00:49 tupeihui 阅读(242) 评论(0) 推荐(0)

摘要: Problem DescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guess... 阅读全文

posted @ 2015-12-07 00:29 tupeihui 阅读(187) 评论(0) 推荐(0)