API Response (JSON)
{
"problem": {
"name": "[NICA #2] 回来吧我的小波",
"description": {
"content": "给定一个仅包含数字 $1,2,3,4,5,6,7,8,9$ 的数字串 $s$,你要选择两个不交区间 $[l_1,r_1],[l_2,r_2](1\\le l_1\\le r_1<l_2\\le r_2\\le |s|)$,设 $[l_1,r_1]$ 区间串取出来的数字为 $x$,$[l_2,r_2]$ 区间串取出来的数字为 $y$,要求 $x|y$。如果存在这样两个不交区间,那么我们称数字串 $s$ 是好",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3832"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个仅包含数字 $1,2,3,4,5,6,7,8,9$ 的数字串 $s$,你要选择两个不交区间 $[l_1,r_1],[l_2,r_2](1\\le l_1\\le r_1<l_2\\le r_2\\le |s|)$,设 $[l_1,r_1]$ 区间串取出来的数字为 $x$,$[l_2,r_2]$ 区间串取出来的数字为 $y$,要求 $x|y$。如果存在这样两个不交区间,那么我们称数字串 $s$ 是好...",
"is_translate": false,
"language": "English"
}
]
}