JB hates solving string problems. Therefore, when his friend Potato gives him a string problem to solve, he immediately gives it to you and continues playing Genshin Impact, the greatest game in the world.
You are given a string and then for each nonempty prefix, you need to find the largest substring in lexicographical order and point out the leftmost occurrence of the largest substring.
输入描述:
The only line contains a string , which consists of lowercase Latin letters, 'a' to 'z'.
输出描述:
Output lines, the -th of which contains two integers and , indicating the leftmost occurrence of the largest substring in the prefix of length .