API Response (JSON)
{
"problem": {
"name": "在四方城外",
"description": {
"content": "定义字符串 $S$ 的**扩展**操作为: - 求出 $S$ 的最长 $\\text{border}$ $T$。 - $S'\\leftarrow S+T$。 **注意,本题的 $\\text{border}$ 指真 $\\text{border}$(即字符串本身不计入 $\\text{border}$)**。 设**扩展**操作的权值为**扩展**后字符串的长度 $|S'|$,请求出字符串 $S$",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10272"
},
"statements": [
{
"statement_type": "Markdown",
"content": "定义字符串 $S$ 的**扩展**操作为:\n\n- 求出 $S$ 的最长 $\\text{border}$ $T$。\n\n- $S'\\leftarrow S+T$。\n\n**注意,本题的 $\\text{border}$ 指真 $\\text{border}$(即字符串本身不计入 $\\text{border}$)**。\n\n设**扩展**操作的权值为**扩展**后字符串的长度 $|S'|$,请求出字符串 $S$...",
"is_translate": false,
"language": "English"
}
]
}