摘要: HDU1251:http://acm.hdu.edu.cn/showproblem.php?pid=1251 题目大意:求得以该字符串为前缀的数目,注意输入格式就行了。 1 #include<stdio.h> 2 #include<string.h> 3 4 char str[20]; 5 int 阅读全文
posted @ 2019-07-15 13:55 缘未到 阅读(147) 评论(0) 推荐(0) 编辑