API Response (JSON)
{
"problem": {
"name": "E. Count Distinct Sets",
"description": {
"content": "Alice writes a permutation P1, P2, P3, ... PN of [1, 2, 3, ...N]. A permutation that follows the condition: Pi > Pi / 2 for all i = 2 to N, is assumed to be an ‘amusing’ permutation. Note that / ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10058E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alice writes a permutation P1, P2, P3, ... PN of [1, 2, 3, ...N]. A permutation that follows the condition:\n\nPi > Pi / 2 for all i = 2 to N, is assumed to be an ‘amusing’ permutation. Note that / ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $. A permutation $ P = (P_1, P_2, \\dots, P_N) $ of $ \\{1, 2, \\dots, N\\} $ is *amusing* if $ P_i > P_{\\lfloor i/2 \\rfloor} $ for all $ i = 2, 3, \\dots, N $. ...",
"is_translate": false,
"language": "Formal"
}
]
}