API Response (JSON)
{
"problem": {
"name": "138. Perfect Numbers",
"description": {
"content": "A number is considered a _perfect number_ if and only if the sum of its divisors, except for the number itself, is equal to the original number. For example, 28 is a _perfect number_ because its divis",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269138"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A number is considered a _perfect number_ if and only if the sum of its divisors, except for the number itself, is equal to the original number. For example, 28 is a _perfect number_ because its divis...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the input integer. \nLet $ D(n) = \\{ d \\in \\mathbb{Z}^+ \\mid d \\mid n \\text{ and } d < n \\} $ be the set of proper positive divisors of $ n $. \nLet $ \\...",
"is_translate": false,
"language": "Formal"
}
]
}