API Response (JSON)
{
"problem": {
"name": "F. Igor and Interesting Numbers",
"description": {
"content": "Igor likes hexadecimal notation and considers **positive** integer in the hexadecimal notation _interesting_ if each digit and each letter in it appears no more than _t_ times. For example, if _t_ = 3",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF747F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Igor likes hexadecimal notation and considers **positive** integer in the hexadecimal notation _interesting_ if each digit and each letter in it appears no more than _t_ times. For example, if _t_ = 3...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Igor 喜欢十六进制表示法,并认为一个正整数在十六进制表示中是 _interesting_ 的,当且仅当其中的每个数字和每个字母出现的次数不超过 #cf_span[t] 次。例如,如果 #cf_span[t = 3],那么整数 _13a13322_、_aaa_、_abcdef0123456789_ 是 _interesting_ 的,但数字 _aaaa_、_abababab_ 和 _100000...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $\\Sigma = \\{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f\\}$ be the set of 16 hexadecimal digits. \nLet $t \\in \\mathbb{Z}^+$ be the maximum allowed frequency of any digit/letter in an \"interes...",
"is_translate": false,
"language": "Formal"
}
]
}