编程介的小学生
2019-04-25 22:37关键字的字符串的搜索的运用,怎么利用C语言的程序的编写的方法去实现的呢?
Problem Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image have a long description, when users type some keywords to find the image, the system will match the keywords with description of image and show the image which the most keywords be matched.
To simplify the problem, giving you a description of image, and some keywords, you should tell me how many keywords will be match.
Input
First line will contain one integer means how many cases will follow by.
Each case will contain two integers N means the number of keywords and N keywords follow. (N <= 10000)
Each keyword will only contains characters 'a'-'z', and the length will be not longer than 50.
The last line is the description, and the length will be not longer than 1000000.
Output
Print how many keywords are contained in the description.
Sample Input
1
5
she
he
say
shr
her
yasherhs
Sample Output
3
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- 求问简单的C语言字符串走马灯
- c语言
- 1个回答
- C语言字符串输入引发异常
- c语言
- c++
- 1个回答
- C语言实现字符串密码对比问题,恳请大佬帮忙
- c语言
- c++
- 4个回答
- 一个比较特别的C语言排序问题,如何运用字符串的办法实现排序?
- r语言
- Golang
- erlang
- 1个回答
- c语言怎样输出字符串?
- c
- 3个回答