API Response (JSON)
{
"problem": {
"name": "Score",
"description": {
"content": "You are given $N$ distinct integers $A_1, A_2, \\dots, A_N$. You will choose $K$ of them. The **score** of a choice is defined as the product of the chosen integers. There are $\\binom{N}{K}$ possib",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_i"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ distinct integers $A_1, A_2, \\dots, A_N$. \nYou will choose $K$ of them. The **score** of a choice is defined as the product of the chosen integers. \nThere are $\\binom{N}{K}$ possib...",
"is_translate": false,
"language": "English"
}
]
}