API Response (JSON)
{
"problem": {
"name": "[语言月赛202304] 写大作业",
"description": {
"content": "扶苏为了写计算理论大作业已经 $36$ 小时没有合眼了。 为了能快点睡觉,扶苏找到了 $n$ 份文献,第 $i$ 份文献是一个字符串 $s_i$,她打算把这些文献组合起来。 具体来说,一共有两种操作: - `1 x y`:把文献 $s_x$ 整体拼接到 $s_y$ 的后面,然后删除 $s_x$。 - `2 x y`:查询 $s_x$ 和 $s_y$ 是否**相似**。 我们保证在 `1 x",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3748"
},
"statements": [
{
"statement_type": "Markdown",
"content": "扶苏为了写计算理论大作业已经 $36$ 小时没有合眼了。\n\n为了能快点睡觉,扶苏找到了 $n$ 份文献,第 $i$ 份文献是一个字符串 $s_i$,她打算把这些文献组合起来。\n\n具体来说,一共有两种操作:\n\n- `1 x y`:把文献 $s_x$ 整体拼接到 $s_y$ 的后面,然后删除 $s_x$。\n- `2 x y`:查询 $s_x$ 和 $s_y$ 是否**相似**。\n\n我们保证在 `1 x...",
"is_translate": false,
"language": "English"
}
]
}