API Response (JSON)
{
"problem": {
"name": "L. Polycarp and Permutations",
"description": {
"content": "Polycarp has set of integers 1, ..., N and parameters M и K. Polycarp is interested in number of permutations {ai} from numbers 1, ..., N, so that every permutation have exactly M inversions and K num",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10083L"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp has set of integers 1, ..., N and parameters M и K. Polycarp is interested in number of permutations {ai} from numbers 1, ..., N, so that every permutation have exactly M inversions and K num...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N, M, K \\in \\mathbb{Z} $ with $ 1 \\leq N \\leq 14 $, $ 0 \\leq K \\leq N $. \nLet $ S_N $ be the symmetric group on $ \\{1, 2, \\dots, N\\} $, i.e., the set of all permutations of $ ...",
"is_translate": false,
"language": "Formal"
}
]
}