API Response (JSON)
{
"problem": {
"name": "Multiplication 4",
"description": {
"content": "Given are $N$ integers $A_1,\\ldots,A_N$. We will choose exactly $K$ of these elements. Find the maximum possible product of the chosen elements. Then, print the maximum product modulo $(10^9+7)$, usin",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc173_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $N$ integers $A_1,\\ldots,A_N$.\nWe will choose exactly $K$ of these elements. Find the maximum possible product of the chosen elements.\nThen, print the maximum product modulo $(10^9+7)$, usin...",
"is_translate": false,
"language": "English"
}
]
}