API Response (JSON)
{
"problem": {
"name": "Equal LIS",
"description": {
"content": "You are given a permutation $P_1, P_2, \\dots, P_N$ of integers from $1$ to $N$. Is it possible to split it into $2$ subsequences, which have equal length of the Longest Increasing Subsequence? Formall",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc052_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a permutation $P_1, P_2, \\dots, P_N$ of integers from $1$ to $N$. Is it possible to split it into $2$ subsequences, which have equal length of the Longest Increasing Subsequence?\nFormall...",
"is_translate": false,
"language": "English"
}
]
}