API Response (JSON)
{
"problem": {
"name": "D. Perfect Encoding",
"description": {
"content": "You are working as an analyst in a company working on a new system for big data storage. This system will store $n$ different objects. Each object should have a unique ID. To create the system, you c",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF986D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are working as an analyst in a company working on a new system for big data storage. This system will store $n$ different objects. Each object should have a unique ID.\n\nTo create the system, you c...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你正在一家致力于新型大数据存储系统的公司担任分析师。该系统将存储 $n$ 个不同的对象,每个对象必须具有唯一的 ID。\n\n为设计该系统,你需要选择系统参数——整数 $m gt.eq 1$ 和 $b_1, b_2, dots.h, b_m$。使用这些参数,系统中某个对象的 ID 是一个整数数组 $[ a_1, a_2, dots.h, a_m ]$,其中对每个 $1 lt.eq i lt.eq m$...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given a positive integer $ n $, find integers $ m \\geq 1 $ and $ b_1, b_2, \\dots, b_m \\geq 1 $ such that:\n\n$$\n\\prod_{i=1}^m b_i \\geq n\n$$\n\nand the sum $ \\sum_{i=1}^m b_i $ is minimized.\n\n---\n\n**Object...",
"is_translate": false,
"language": "Formal"
}
]
}