API Response (JSON)
{
"problem": {
"name": "F. SUM and REPLACE",
"description": {
"content": "Let _D_(_x_) be the number of positive divisors of a positive integer _x_. For example, _D_(2) = 2 (2 is divisible by 1 and 2), _D_(6) = 4 (6 is divisible by 1, 2, 3 and 6). You are given an array _a",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF920F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let _D_(_x_) be the number of positive divisors of a positive integer _x_. For example, _D_(2) = 2 (2 is divisible by 1 and 2), _D_(6) = 4 (6 is divisible by 1, 2, 3 and 6).\n\nYou are given an array _a...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "设 #cf_span[D(x)] 为正整数 #cf_span[x] 的正因数个数。例如,#cf_span[D(2) = 2](#cf_span[2] 可被 #cf_span[1] 和 #cf_span[2] 整除),#cf_span[D(6) = 4](#cf_span[6] 可被 #cf_span[1]、#cf_span[2]、#cf_span[3] 和 #cf_span[6] 整除)。\n\n给定...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ D(x) $ denote the number of positive divisors of a positive integer $ x $. \nLet $ a = (a_1, a_2, \\dots, a_n) $ be an array of positive integers with $ n \\geq 1 $. \nLet $ m $ ...",
"is_translate": false,
"language": "Formal"
}
]
}