API Response (JSON)
{
"problem": {
"name": "A Sequence of Permutations",
"description": {
"content": "For two permutations $p$ and $q$ of the integers from $1$ through $N$, let $f(p,q)$ be the permutation that satisfies the following: * The $p_i$\\-th element ($1 \\leq i \\leq N$) in $f(p,q)$ is $q_i$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc031_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For two permutations $p$ and $q$ of the integers from $1$ through $N$, let $f(p,q)$ be the permutation that satisfies the following:\n\n* The $p_i$\\-th element ($1 \\leq i \\leq N$) in $f(p,q)$ is $q_i$...",
"is_translate": false,
"language": "English"
}
]
}