摘要: 统计难题Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 131070/65535 K (Java/Others)Total Submission(s): 15844Accepted Submission(s): 6777Problem DescriptionIgnatius最近遇到一个难题,老师交给他很多单词(只有小写字母组成,不会有重复的单词出现),现在老师要他统计出以某个字符串为前缀的单词数量(单词本身也是自己的前缀).Input输入数据的第一部分是一张单词表,每行一个单词,单词的长度不超过10,它们代表的是老师交给Ignatius统 阅读全文
posted @ 2014-03-25 12:39 heaventouch 阅读(495) 评论(0) 推荐(0) 编辑
摘要: Hat’s WordsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6648Accepted Submission(s): 2456Problem DescriptionA hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary.You are to find all the ha 阅读全文
posted @ 2014-03-25 11:42 heaventouch 阅读(979) 评论(0) 推荐(0) 编辑
摘要: 文件输入输出:1 freopen("in.txt","r",stdin);2 freopen("out.txt","w",stdout);View Code 阅读全文
posted @ 2014-03-25 11:32 heaventouch 阅读(164) 评论(0) 推荐(0) 编辑