API Response (JSON)
{
"problem": {
"name": "D. Take5",
"description": {
"content": "Pay attention to the *memory limit* for this problem! You are given an array A of size N and a positive integer S. You need to find the number of ways W in which you can chose 5 elements with distinc",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 6144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10100D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Pay attention to the *memory limit* for this problem!\n\nYou are given an array A of size N and a positive integer S. You need to find the number of ways W in which you can chose 5 elements with distinc...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $, $ S \\in \\mathbb{Z}_{\\geq 0} $. \nLet $ A = (a_1, a_2, \\dots, a_N) $ be a sequence of integers with $ a_i \\in \\mathbb{Z}_{\\geq 0} $.\n\n**Constraints** \n1. ...",
"is_translate": false,
"language": "Formal"
}
]
}