API Response (JSON)
{
"problem": {
"name": "Find Permutation",
"description": {
"content": "There is a length-$N$ sequence $A=(A_1,\\ldots,A_N)$ that is a permutation of $1,\\ldots,N$. While you do not know $A$, you know that $A_{X_i}<A_{Y_i}$ for $M$ pairs of integers $(X_i,Y_i)$. Can $A$ be ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc291_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a length-$N$ sequence $A=(A_1,\\ldots,A_N)$ that is a permutation of $1,\\ldots,N$.\nWhile you do not know $A$, you know that $A_{X_i}<A_{Y_i}$ for $M$ pairs of integers $(X_i,Y_i)$.\nCan $A$ be ...",
"is_translate": false,
"language": "English"
}
]
}