API Response (JSON)
{
"problem": {
"name": "[CCPC 2023 北京市赛] 线段树",
"description": {
"content": "有一个长度为 $n$ 的序列 $a_1,a_2,\\cdots,a_n$,保证 $a_i$ 为**奇数**。 有两种操作: 1. 给定 $l,r,x$,将 $a_l,a_{l+1},\\cdots,a_r$ 加上**偶数** $x$; 2. 给定 $l,r$,求 $a_l,a_{l+1},\\cdots,a_r$ 的乘积,答案对 $2^{20}$ 取模;",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 4000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10045"
},
"statements": [
{
"statement_type": "Markdown",
"content": "有一个长度为 $n$ 的序列 $a_1,a_2,\\cdots,a_n$,保证 $a_i$ 为**奇数**。\n\n有两种操作:\n\n1. 给定 $l,r,x$,将 $a_l,a_{l+1},\\cdots,a_r$ 加上**偶数** $x$;\n\n2. 给定 $l,r$,求 $a_l,a_{l+1},\\cdots,a_r$ 的乘积,答案对 $2^{20}$ 取模;\n\n## Input\n\n第一行两个正整数 $...",
"is_translate": false,
"language": "English"
}
]
}