API Response (JSON)
{
"problem": {
"name": "Kaprekar Number",
"description": {
"content": "For an integer $x$ not less than $0$, we define $g_1(x), g_2(x), f(x)$ as follows: * $g_1(x)=$ the integer obtained by rearranging the digits in the decimal notation of $x$ in descending order * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc192_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For an integer $x$ not less than $0$, we define $g_1(x), g_2(x), f(x)$ as follows:\n\n* $g_1(x)=$ the integer obtained by rearranging the digits in the decimal notation of $x$ in descending order\n* ...",
"is_translate": false,
"language": "English"
}
]
}