API Response (JSON)
{
"problem": {
"name": "B. Taxes",
"description": {
"content": "Mr. Funt now lives in a country with a very specific tax laws. The total income of mr. Funt during this year is equal to _n_ (_n_ ≥ 2) burles and the amount of tax he has to pay is calculated as the m",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF736B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mr. Funt now lives in a country with a very specific tax laws. The total income of mr. Funt during this year is equal to _n_ (_n_ ≥ 2) burles and the amount of tax he has to pay is calculated as the m...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mr. Funt 现在生活在一个税收法律非常特殊的国家。Mr. Funt 今年的总收入为 $n$($n ≥ 2$)布尔,他需要缴纳的税款为 $n$ 的最大真因子(即不超过 $n$ 且不等于 $n$ 的最大因子)。例如,若 $n = 6$,则 Funt 需支付 $3$ 布尔;若 $n = 25$,则需支付 $5$ 布尔;若 $n = 2$,则只需支付 $1$ 布尔。\n\n由于 Mr. Funt 是一个...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ n \\geq 2 $, be the total income. \nFor any integer $ m \\geq 2 $, define $ T(m) $ as the largest proper divisor of $ m $, i.e., $ T(m) = \\max\\{ d \\mid d \\m...",
"is_translate": false,
"language": "Formal"
}
]
}