API Response (JSON)
{
"problem": {
"name": "[语言月赛202305] 制糊串",
"description": {
"content": "给出两个字符串 $s$ 和 $t$,有 $q$ 次询问。 每次给出 $l_1, r_1$ 和 $l_2, r_2$,请判断 $s[l_1, r_1]$ 和 $t[l_2, r_2]$ 谁的字典序更小。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3769"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出两个字符串 $s$ 和 $t$,有 $q$ 次询问。\n\n每次给出 $l_1, r_1$ 和 $l_2, r_2$,请判断 $s[l_1, r_1]$ 和 $t[l_2, r_2]$ 谁的字典序更小。\n\n## Input\n\n第一行是一个字符串 $s$。 \n第二行是一个字符串 $t$。 \n第三行是一个整数,表示询问次数 $q$。 \n接下来 $q$ 行,每行四个整数 $l_1, r_1, l_...",
"is_translate": false,
"language": "English"
}
]
}