408139: GYM102994 D String Theory

Memory Limit:512 MB Time Limit:4 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

D. String Theorytime limit per test4 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard output

Acesrc is a famous string theorist at Nanjing University second to none. He insists that we should always say an important thing $$$k$$$ times. He also believes that every string that can be obtained by concatenating $$$k$$$ copies of some nonempty string is splendid. So, he always teaches newcomers, "String theory problems are important! String theory problems are important! ... String theory problems are important!"

Today, he wants to examine whether the newcomers remember his instruction. He presents a string consisting of lower case letters and asks them the number of splendid substrings of the presented string. No one can solve this problem, and they will be scolded for hours. Can you help them solve this problem?

Note that equal splendid substrings occurred in different positions should be counted separately.

Input

The first line of input consists of a single integer $$$T$$$ $$$(1 \leq T \leq 10)$$$, denoting the number of test cases. Each test case starts with a single line of an integer $$$k$$$ $$$(1 \leq k \leq 20)$$$. The second line of a test case is a string $$$S$$$ consisting of lower case letters only, the length of which is between $$$1$$$ and $$$3 \times 10^5$$$ inclusive. The sum of the lengths of strings in all test cases never exceeds $$$10^6$$$.

Output

For each test case, print the answer as a single integer in a single line.

ExampleInput
3
2
aabb
2
abababab
3
abc
Output
2
6
0

加入题单

算法标签: