API Response (JSON)
{
"problem": {
"name": "I. Goofy Numbers",
"description": {
"content": "The non-negative integer _a_ is a divisor of the non-negative integer _b_ if and only if there exists a **positive** integer _c_ such that _a_ × _c_ = _b_. Some numbers are really interesting. Comman",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF72I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The non-negative integer _a_ is a divisor of the non-negative integer _b_ if and only if there exists a **positive** integer _c_ such that _a_ × _c_ = _b_.\n\nSome numbers are really interesting. Comman...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "非负整数 #cf_span[a] 是非负整数 #cf_span[b] 的因数,当且仅当存在一个 *正* 整数 #cf_span[c] 使得 #cf_span[a × c = b]。\n\n某些数字非常有趣。指挥官 Surena 为非负整数定义了一些有趣的性质:\n\nSurena 要求你判断给定的数字是 happy、happier 还是 upset。\n\n输入包含一个非负整数 #cf_span[n](#cf...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}_{\\geq 0} $. \nLet $ D(n) = \\{ d \\in \\mathbb{Z}^+ \\mid d \\mid n \\} $ denote the set of positive divisors of $ n $. \nLet $ \\sigma(n) = |D(n)| $ denote the numbe...",
"is_translate": false,
"language": "Formal"
}
]
}