摘要: 来自Sunshine的博客http://m13697678806.blog.163.com/blog/static/204641327201291373441179/“测试输入包含若干测试实例。当N为0时,输入结束,该实例不被处理。”这句话 是最早我对ACM的印象 以前也没见过这种输入要求 做第一道... 阅读全文
posted @ 2015-07-21 14:47 Vmetrio 阅读(450) 评论(0) 推荐(0)
摘要: http://acm.njupt.edu.cn/acmhome/problemdetail.do?id=1083&method=showdetail比赛描述字符串的输入输出处理。输入第一行是一个正整数N,最大为100。之后输入多行字符串(行数大于N), 每一行字符串可能含有空格,且字符数不超过100... 阅读全文
posted @ 2015-07-21 14:30 Vmetrio 阅读(1384) 评论(0) 推荐(0)
摘要: 细细理解 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 struct film{10 char title[45];11... 阅读全文
posted @ 2015-07-21 13:40 Vmetrio 阅读(196) 评论(0) 推荐(0)