标签:style blog http io ar os sp for strong
题目意思:
给出一个字符串和字串的长度,求出该字符串的所有给定长度的字串的个数(不相同)。
题目分析:
此题为简单的字符串哈hash map问题,可以直接调用STL里的map类。map<string,int> snum;
AC代码:
hdu1381 Crazy Search(hash map)
标签:style blog http io ar os sp for strong
原文地址:http://www.cnblogs.com/yuyanbian/p/4088624.html