Fleet of the Eternal Throne

TimeLimit:1000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description
> The Eternal Fleet was built many centuries ago before the time of Valkorion by an unknown race on the planet of Iokath. The fate of the Fleet's builders is unknown but their legacy would live on. Its first known action was in the annihilation of all life in Wild Space. It spread across Wild Space and conquered almost every inhabited world within the region, including Zakuul. They were finally defeated by a mysterious vessel known as the Gravestone, a massive alien warship that countered the Eternal Fleet's might. Outfitted with specialized weapons designed to take out multiple targets at once, the Gravestone destroyed whole sections of the fleet with a single shot. The Eternal Fleet was finally defeated over Zakuul, where it was deactivated and hidden away. The Gravestone landed in the swamps of Zakuul, where the crew scuttled it and hid it away.
>
> — Wookieepedia

The major defeat of the Eternal Fleet is the connected defensive network. Though being effective in defensing a large fleet, it finally led to a chain-reaction and was destroyed by the Gravestone. Therefore, when the next generation of Eternal Fleet is built, you are asked to check the risk of the chain reaction.

The battleships of the Eternal Fleet are placed on a 2D plane of $n$ rows. Each row is an array of battleships. The type of a battleship is denoted by an English lowercase alphabet. In other words, each row can be treated as a string. Below lists a possible configuration of the Eternal Fleet.


aa
bbbaaa
abbaababa
abba


If in the $x$-th row and the $y$-th row, there exists a consecutive segment of battleships that looks identical in both rows (i.e., a common substring of the $x$-th row and $y$-th row), at the same time the substring is a prefix of any other row (can be the $x$-th or the $y$-th row), the Eternal Fleet will have a risk of causing chain reaction.

Given a query ($x$, $y$), you should find the longest substring that have a risk of causing chain reaction.
Input
The first line of the input contains an integer $T$, denoting the number of test cases.

For each test cases, the first line contains integer $n$ ($n\le10^5$).

There are $n$ lines following, each has a string consisting of lower case letters denoting the battleships in the row. The total length of the strings will not exceed $10^5$.

And an integer $m$ ($1\le m\le100$) is following, representing the number of queries.

For each of the following $m$ lines, there are two integers $x, y$, denoting the query.
Output
You should output the answers for the queries, one integer per line.
SampleInput
1
3
aaa
baaa
caaa
2
2 3
1 2
SampleOutput
3
3
Submit
题目统计信息详细
总AC数1
通过人数1
尝试人数1
总提交量2
AC率50.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签
出处

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: