API Response (JSON)
{
"problem": {
"name": "C. Constant Ratio",
"description": {
"content": "Given an integer n, find out number of ways to represent it as the sum of two or more integers ai with the next property: ratio ai / ai - 1 is the same positive integer for all possible i > 1. Input ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10091C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an integer n, find out number of ways to represent it as the sum of two or more integers ai with the next property: ratio ai / ai - 1 is the same positive integer for all possible i > 1.\n\nInput ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 10^5 $. \nA representation of $ n $ is a sequence of integers $ (a_1, a_2, \\dots, a_k) $ with $ k \\geq 2 $, such that: \n- $ \\sum_{i=1}^...",
"is_translate": false,
"language": "Formal"
}
]
}