API Response (JSON)
{
"problem": {
"name": "B. Cubes for Masha",
"description": {
"content": "Absent-minded Masha got set of _n_ cubes for her birthday. At each of 6 faces of each cube, there is exactly one digit from 0 to 9. Masha became interested what is the largest natural _x_ such she ca",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF887B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Absent-minded Masha got set of _n_ cubes for her birthday.\n\nAt each of 6 faces of each cube, there is exactly one digit from 0 to 9. Masha became interested what is the largest natural _x_ such she ca...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "心不在焉的玛莎收到了一组 #cf_span[n] 个立方体作为生日礼物。\n\n每个立方体的 6 个面上各有一个数字 0 到 9。玛莎想知道,她能用这些立方体拼出从 1 到 #cf_span[x] 的所有整数时,最大的自然数 #cf_span[x] 是多少。\n\n为了组成一个数字,玛莎可以旋转立方体并将它们排成一行,然后从左到右读取每个立方体朝上的面的数字。\n\n组成的数字不能包含前导零。不需要使用所有立...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\{1, 2, 3\\} $ be the number of cubes. \nEach cube $ i \\in \\{1, \\dots, n\\} $ has a set $ C_i \\subseteq \\{0, 1, \\dots, 9\\} $ of digits on its six faces.\n\nLet $ S = \\bigcup_{i=1}^n C_i $ be t...",
"is_translate": false,
"language": "Formal"
}
]
}