API Response (JSON)
{
"problem": {
"name": "A. Bachgold Problem",
"description": {
"content": "Bachgold problem is very easy to formulate. Given a positive integer _n_ represent it as a sum of **maximum possible** number of prime numbers. One can prove that such representation exists for any in",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF749A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bachgold problem is very easy to formulate. Given a positive integer _n_ represent it as a sum of **maximum possible** number of prime numbers. One can prove that such representation exists for any in...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Bachgold 问题非常容易表述。给定一个正整数 $n$,将其表示为 *尽可能多* 的素数之和。可以证明,对于任意大于 $1$ 的整数,这样的表示都存在。\n\n回忆一下,整数 $k$ 被称为 #cf_span(class=[tex-font-style-underline], body=[prime]),如果它大于 $1$ 且恰好有两个正整数因数 —— $1$ 和 $k$。\n\n输入的唯一一行包含一...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the input integer, with $ 2 \\leq n \\leq 100{,}000 $. \nLet $ \\mathbb{P} $ denote the set of prime numbers.\n\n**Constraints** \n$ n \\geq 2 $\n\n**Objective** ...",
"is_translate": false,
"language": "Formal"
}
]
}