F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Singing Superstar

Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 524288/524288 K (Java/Others)
Total Submission(s): 2267    Accepted Submission(s): 611


Problem Description
Ke Ke is a cheerful, enthusiastic girl. She dreams of singing happily every day. One day, while practicing singing, Ke Ke accidentally discovered that there are some words that can make the song better. She called these words "$Superstar Words$".

After a lot of attempts, she found that in each song, there are a total of $n$ "$Superstar Words$". She wants to know the $maximum$ number of $disjoint$ occurrences of each "$Superstar Words$" in her song.

$Note$ : one occurrence means that the $Superstar Word$ is a continuous substring of the song at a certain position.

For example: The $maximum$ number of $disjoint$ occurrences of "aba" in "abababa" is $2$
 

Input
The first line contains an integer $T$$(T\leq5)$, denoting the number of test cases.

The first line of each test case contains one string $s(1\leq |s| \leq 10^5)$, denoting a song.

The second line of each test case contains one integer $n(1\leq n \leq 10^5)$, denoting the number of $Superstar Words$

The next $n$ lines contains contains one string $a_i$($ 1 \leq$ |$a_i$| $\leq 30 $), denoting one $Superstar Words$

It is guaranteed that for all test cases, $\sum |s| \leq 4*10^5$, $\sum |a_i| \leq 4*10^5$

$Note$:All input string character sets are lowercase English letters
 

Output
For each test case, output $n$ lines, each line has one integer, indicating the answer.

 

Sample Input
2 abababbbaanbanananabanana 3 aba ababa nana nihaoxiexiexiaolongbaozaijian 3 qwer taihaotinleba xiexi
 

Sample Output
2 1 2 0 0 1
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 04:28:55, Gzip enabled