API Response (JSON)
{
"problem": {
"name": "[语言月赛 202408] 于抑郁中支持",
"description": {
"content": "那是一段混沌的时期,风的记忆裂变为 $n$ 块碎片,第 $i$ 块的特征值为 $a_i$。 定义整数 $x$ 的后 $p$ 位的值为 $x \\bmod 10^p$。特征值后 $t$ 位相同的记忆碎片,从属于同一事件。 请问,$n$ 块碎片共从属于多少不同的事件。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4021"
},
"statements": [
{
"statement_type": "Markdown",
"content": "那是一段混沌的时期,风的记忆裂变为 $n$ 块碎片,第 $i$ 块的特征值为 $a_i$。\n\n定义整数 $x$ 的后 $p$ 位的值为 $x \\bmod 10^p$。特征值后 $t$ 位相同的记忆碎片,从属于同一事件。\n\n请问,$n$ 块碎片共从属于多少不同的事件。\n\n## Input\n\n第一行为两个整数 $n,t$。\n\n第二行为 $n$ 个整数,第 $i$ 个为 $a_i$。\n\n## Outpu...",
"is_translate": false,
"language": "English"
}
]
}