API Response (JSON)
{
"problem": {
"name": "F. Minimal Subset Difference",
"description": {
"content": "We call a positive integer _x_ a _k_\\-beautiful integer if and only if it is possible to split the multiset of its digits in the decimal representation into two subsets such that the difference betwee",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF924F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We call a positive integer _x_ a _k_\\-beautiful integer if and only if it is possible to split the multiset of its digits in the decimal representation into two subsets such that the difference betwee...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们称一个正整数 #cf_span[x] 为 #cf_span[k]-美观整数,当且仅当可以将其十进制表示中的各位数字组成的多重集划分为两个子集,使得其中一个子集的数字和与另一个子集的数字和之差的绝对值 *小于或等于* #cf_span[k]。划分后,每个数字必须恰好属于其中一个子集。\n\n你有 #cf_span[n] 个查询。每个查询由三个整数 #cf_span[l]、#cf_span[r] 和 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ S(x) $ denote the multiset of decimal digits of a positive integer $ x $.\n\nA positive integer $ x $ is **$ k $-beautiful** if and only if there exists a partition of $ S(x) $ into two disjoint s...",
"is_translate": false,
"language": "Formal"
}
]
}