API Response (JSON)
{
"problem": {
"name": "[语言月赛 202510] 数组嵌套",
"description": {
"content": "现有两个长为 $n$ 的数组 $a_1,a_2,\\ldots,a_n$ 和 $b_1,b_2,\\ldots,b_n$。保证 $1\\le a_i,b_i\\le n$。**注意下标从 $1$ 开始。** 在 C++ 中,我们分别使用表达式 `a[i]` 和 `b[i]` 来表示 $a_i$ 和 $b_i$,其中 $i$ 是一个数字,表示下标。 如果我们接着在表达式两侧嵌套 `a[...]` 和 `",
"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": "LGB4423"
},
"statements": [
{
"statement_type": "Markdown",
"content": "现有两个长为 $n$ 的数组 $a_1,a_2,\\ldots,a_n$ 和 $b_1,b_2,\\ldots,b_n$。保证 $1\\le a_i,b_i\\le n$。**注意下标从 $1$ 开始。**\n\n在 C++ 中,我们分别使用表达式 `a[i]` 和 `b[i]` 来表示 $a_i$ 和 $b_i$,其中 $i$ 是一个数字,表示下标。\n\n如果我们接着在表达式两侧嵌套 `a[...]` 和 `...",
"is_translate": false,
"language": "English"
}
]
}