2014年11月8日

摘要: “今年暑假不AC?”“是的。”“那你干什么呢?”“看世界杯呀,笨蛋!”“@#$%^&*%...”确实如此,世界杯来了,球迷的节日也来了,估计很多ACMer也会抛开电脑,奔向电视了。作为球迷,一定想看尽量多的完整的比赛,当然,作为新时代的好青年,你一定还会看一些其它的节目,比如新闻联播(永远不要忘记关... 阅读全文
posted @ 2014-11-08 17:29 黄泉共为友 阅读(111) 评论(0) 推荐(0)
摘要: Excel可以对一组纪录按任意指定列排序。现请你编写程序实现类似功能。Input测试输入包含若干测试用例。每个测试用例的第1行包含两个整数 N (#include#includeusing namespace std;struct stu //定义结构体{ int z; char x[7],... 阅读全文
posted @ 2014-11-08 15:47 黄泉共为友 阅读(150) 评论(0) 推荐(0)

2014年11月5日

摘要: DescriptionThe database of the Pentagon contains a top-secret information. We don't know what the information is — you know, it's top-secret, — but we... 阅读全文
posted @ 2014-11-05 16:52 黄泉共为友 阅读(157) 评论(0) 推荐(0)

2014年11月2日

摘要: #includeint main(){ int m,n,a[1000]; scanf("%d",&m); while(m--) { { int i=0,j,k,t; scanf("%d",&n); while(n--) { scanf("%d",&a[i]); i++... 阅读全文
posted @ 2014-11-02 23:54 黄泉共为友 阅读(143) 评论(0) 推荐(0)

导航