API Response (JSON)
{
"problem": {
"name": "[GESP202409 三级] 回文拼接",
"description": {
"content": "一个字符串是回文串,当且仅当该字符串从前往后读和从后往前读是一样的,例如,$\\texttt{aabaa}$ 和 $\\texttt{ccddcc}$ 都是回文串,但 $\\texttt{abcd}$ 不是。 小杨有 $n$ 个仅包含小写字母的字符串,他想请你编写程序判断每个字符串是否由两个长度至少为 $2$ 的回文串前后拼接而成。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4039"
},
"statements": [
{
"statement_type": "Markdown",
"content": "一个字符串是回文串,当且仅当该字符串从前往后读和从后往前读是一样的,例如,$\\texttt{aabaa}$ 和 $\\texttt{ccddcc}$ 都是回文串,但 $\\texttt{abcd}$ 不是。\n\n小杨有 $n$ 个仅包含小写字母的字符串,他想请你编写程序判断每个字符串是否由两个长度至少为 $2$ 的回文串前后拼接而成。\n\n## Input\n\n第一行包含一个正整数 $n$,代表字符串数量。...",
"is_translate": false,
"language": "English"
}
]
}