API Response (JSON)
{
"problem": {
"name": "A. Reflection",
"description": {
"content": "For each positive integer _n_ consider the integer ψ(_n_) which is obtained from _n_ by replacing every digit _a_ in the decimal notation of _n_ with the digit (9 - _a_). We say that ψ(_n_) is the _",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF86A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For each positive integer _n_ consider the integer ψ(_n_) which is obtained from _n_ by replacing every digit _a_ in the decimal notation of _n_ with the digit (9 - _a_). We say that ψ(_n_) is the _...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "对于每个正整数 $n$,考虑整数 $\\psi(n)$,它通过将 $n$ 的十进制表示中的每一位数字 $a$ 替换为数字 $(9 - a)$ 得到。我们称 $\\psi(n)$ 为 $n$ 的 _反射_。例如,$192$ 的反射等于 $807$。注意,前导零(如果有)应被省略。因此,$9$ 的反射等于 $0$,$91$ 的反射等于 $8$。\n\n我们称一个数的 _权重_ 为该数与其反射的乘积。因此,数 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $\\psi(n)$ denote the reflection of a positive integer $n$, obtained by replacing each digit $a$ in the decimal representation of $n$ with $9 - a$, and removing leading zeros. \nL...",
"is_translate": false,
"language": "Formal"
}
]
}