API Response (JSON)
{
"problem": {
"name": "Subarray Sum",
"description": {
"content": "Given are three integers $N$, $K$, and $S$. Find a sequence $A_1, A_2, ..., A_N$ of $N$ integers between $1$ and $10^9$ (inclusive) that satisfies the condition below. We can prove that, under the con",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "keyence2020_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are three integers $N$, $K$, and $S$.\nFind a sequence $A_1, A_2, ..., A_N$ of $N$ integers between $1$ and $10^9$ (inclusive) that satisfies the condition below. We can prove that, under the con...",
"is_translate": false,
"language": "English"
}
]
}