3 2 1 1
9 There are six colorful sequences of length $3$: $(1,1,2)$, $(1,2,1)$, $(1,2,2)$, $(2,1,1)$, $(2,1,2)$ and $(2,2,1)$. The numbers of the contiguous subsequences of these sequences that coincide with $A=(1)$ are $2$, $2$, $1$, $2$, $1$ and $1$, respectively. Thus, the answer is their sum, $9$.
4 2 2 1 2
12
7 4 5 1 2 3 1 2
17
5 4 3 1 1 1
0
10 3 5 1 1 2 3 3
1458
25000 400 4 3 7 31 127
923966268
9954 310 12 267 193 278 294 6 63 86 166 157 193 168 43
979180369
{
"problem": {
"name": "Colorful Sequences",
"description": {
"content": "You are given integers $N, K$, and an integer sequence $A$ of length $M$. An integer sequence where each element is between $1$ and $K$ (inclusive) is said to be _colorful_ when there exists a contigu",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc100_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N, K$, and an integer sequence $A$ of length $M$.\nAn integer sequence where each element is between $1$ and $K$ (inclusive) is said to be _colorful_ when there exists a contigu...",
"is_translate": false,
"language": "English"
}
]
}