API Response (JSON)
{
"problem": {
"name": "C. Boxes Packing",
"description": {
"content": "Mishka has got _n_ empty boxes. For every _i_ (1 ≤ _i_ ≤ _n_), _i_\\-th box is a cube with side length _a__i_. Mishka can put a box _i_ into another box _j_ if the following conditions are met: * _",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF903C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mishka has got _n_ empty boxes. For every _i_ (1 ≤ _i_ ≤ _n_), _i_\\-th box is a cube with side length _a__i_.\n\nMishka can put a box _i_ into another box _j_ if the following conditions are met:\n\n* _...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mishka 有 #cf_span[n] 个空盒子。对于每个 #cf_span[i](#cf_span[1 ≤ i ≤ n]),第 #cf_span[i] 个盒子是一个边长为 #cf_span[ai] 的立方体。\n\nMishka 可以将盒子 #cf_span[i] 放入盒子 #cf_span[j] 中,当且仅当满足以下条件:\n\nMishka 可以任意多次将盒子嵌套放入其他盒子中。他希望最小化 _可...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of boxes. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers representing the side lengths of the boxes.\n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}