2 abab cab 2 5 14
1 3 4
2 1 1
We have $M=16$. One possible sequence of triples that satisfies the conditions is $((1,1,1), (1,3,3), (2,2,2), (1,1,2), (1,3,4), (2,2,3), (1,1,3), (1,1,4), (1,2,2), (1,4,4), (2,3,3), (1,2,3), (1,2,4), (2,1,1), (2,1,2), (2,1,3))$. The corresponding sequence of $S_{K_i}[L_i, R_i]$ for these $(K_i,L_i, R_i)$ in this order is (`a`, `a`, `a`, `ab`, `ab`, `ab`, `aba`, `abab`, `b`, `b`, `b`, `ba`, `bab`, `c`, `ca`, `cab`).
Note that the sequence satisfies the conditions even if we swap the $5$\-th element $(1,3,4)$ with the $4$\-th or $6$\-th one, so $(K_{x_1}, L_{x_1}, R_{x_1})=(1,1,2), (2,2,3)$ will also be accepted.3 a a ba 2 1 2
1 1 1
1 1 1
We have $M=5$. The sequence of triples that satisfies the conditions can be
$(1,1,1), (2,1,1), (3,2,2), (3,1,1), (3,1,2)$ or $(2,1,1), (3,2,2), (1,1,1), (3,1,1), (3,1,2)$, for example.
Note that, for $(K_{x_i}, L_{x_i}, R_{x_i})$ that you print, the conforming sequence whose $x_i$\-th element is $(K_{x_i}, L_{x_i}, R_{x_i})$ does **not** have to be common among different $i$; in other words, there does **not necessarily have to exist** a sequence whose "$x_i$\-th element is $(K_{x_i}, L_{x_i}, R_{x_i})$ for all $1\leq i\leq Q$."10 gxgpuamkx szhkbpphykin ezplvfja mopodotkrj rimlvumuar nexcfyce eurgvjyos dhvuyfvt nrdyluacvra ggwnpnzij 6 74 268 310 380 455 489
3 1 2 4 4 5 4 3 7 9 6 6 6 6 6 2 2 12
{
"problem": {
"name": "Ex - Substring Sort",
"description": {
"content": "You are given $N$ strings $S_1,S_2,\\ldots, S_N$. Let $M = \\displaystyle\\sum_{i=1}^N \\frac{|S_i|(|S_i|+1)}{2}$. For a string $S$ and integers $L$ and $R$, let us denote by $S[L, R]$ the substring con",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc280_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ strings $S_1,S_2,\\ldots, S_N$. Let $M = \\displaystyle\\sum_{i=1}^N \\frac{|S_i|(|S_i|+1)}{2}$. \nFor a string $S$ and integers $L$ and $R$, let us denote by $S[L, R]$ the substring con...",
"is_translate": false,
"language": "English"
}
]
}