API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2023 省 B] 接龙数列",
"description": {
"content": "对于一个长度为 $K$ 的整数数列:$A_{1},A_{2},\\ldots,A_{K}$,我们称之为接龙数列当且仅当 $A_{i}$ 的首位数字恰好等于 $A_{i-1}$ 的末位数字($2 \\leq i \\leq K$)。 例如 $12,23,35,56,61,11$ 是接龙数列;$12,23,34,56$ 不是接龙数列,因为 $56$ 的首位数字不等于 $34$ 的末位数字。所有长度为 $1",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9242"
},
"statements": [
{
"statement_type": "Markdown",
"content": "对于一个长度为 $K$ 的整数数列:$A_{1},A_{2},\\ldots,A_{K}$,我们称之为接龙数列当且仅当 $A_{i}$ 的首位数字恰好等于 $A_{i-1}$ 的末位数字($2 \\leq i \\leq K$)。\n\n例如 $12,23,35,56,61,11$ 是接龙数列;$12,23,34,56$ 不是接龙数列,因为 $56$ 的首位数字不等于 $34$ 的末位数字。所有长度为 $1...",
"is_translate": false,
"language": "English"
}
]
}