API Response (JSON)
{
"problem": {
"name": "F. Concise and clear",
"description": {
"content": "Vasya is a regular participant at programming contests and is already experienced in finding important sentences in long statements. Of course, numbers constraints are important — factorization of a n",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF991F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya is a regular participant at programming contests and is already experienced in finding important sentences in long statements. Of course, numbers constraints are important — factorization of a n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 是编程竞赛的常客,已经擅长从冗长的题面中找出重要信息。当然,数值约束很重要——对一个小于 _1000000_ 的数进行因式分解,比对一个小于 _1000000000_ 的数更容易。然而,有时一眼难以理解这个数字。能否将其缩短?例如,与其写 _1000000_,不如写 $10^6$;与其写 _1000000000_,不如写 $10^9$;与其写 _1000000007_,不如写 $10^...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given: $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 10^{10} $\n\nFind: A concise representation of $ n $ using any of the following forms:\n\n- $ 10^k $ for some integer $ k \\geq 0 $, if $ n = 10^k $\n- $ 10^k + ...",
"is_translate": false,
"language": "Formal"
}
]
}