API Response (JSON)
{
"problem": {
"name": "LISDL",
"description": {
"content": "Determine if there exists a sequence obtained by permuting $1,2,...,N$ that satisfies the following conditions: * The length of its longest increasing subsequence is $A$. * The length of its long",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc091_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Determine if there exists a sequence obtained by permuting $1,2,...,N$ that satisfies the following conditions:\n\n* The length of its longest increasing subsequence is $A$.\n* The length of its long...",
"is_translate": false,
"language": "English"
}
]
}