3 2
1 For example, $A=(0,2,1)$ is a good sequence, with one subsequence satisfying the condition. There are other good sequences such as $A=(0,1,0),(1,2,3),(0,0,0)$, but none of them has subsequences satisfying the condition. In the end, no good sequence other than $A=(0,2,1)$ has subsequences satisfying the condition, so the answer is $1$.
6 2
660
10 3
242595
100 10
495811864
{
"problem": {
"name": "Decreasing Subsequence",
"description": {
"content": "You are given integers $N$ and $K$. Let us call an integer sequence $A=(A_1,A_2,\\cdots,A_N)$ **good** when it satisfies all of the conditions below. * $0 \\leq A_i \\leq i$ ($1 \\leq i \\leq N$) * Fo",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc138_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N$ and $K$. Let us call an integer sequence $A=(A_1,A_2,\\cdots,A_N)$ **good** when it satisfies all of the conditions below.\n\n* $0 \\leq A_i \\leq i$ ($1 \\leq i \\leq N$)\n* Fo...",
"is_translate": false,
"language": "English"
}
]
}