7 abbbcca
4 Here are the strings $S_i$ in order: `bbbcca`, `abbcca`, `abbcca`, `abbcca`, `abbbca`, `abbbca`, `abbbcc`. The following $4$ pairs $(i,j)$ satisfy the conditions. * $(i,j) = (2,3)$ * $(i,j) = (2,4)$ * $(i,j) = (3,4)$ * $(i,j) = (5,6)$
4 xxxx
6
2 pp
1
2 st
0
{
"problem": {
"name": "Remove One Character",
"description": {
"content": "You are given a string $S$ of length $N$. For each $1\\leq i\\leq N$, let $S_i$ denote the string obtained by deleting the $i$\\-th character from $S$. Find the number of pairs of integers $(i,j)$ that s",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc130_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$. For each $1\\leq i\\leq N$, let $S_i$ denote the string obtained by deleting the $i$\\-th character from $S$.\nFind the number of pairs of integers $(i,j)$ that s...",
"is_translate": false,
"language": "English"
}
]
}