API Response (JSON)
{
"problem": {
"name": "^{-1}",
"description": {
"content": "You are given a sequence $P$ that is a permutation of $(1,2,…,N)$, and an integer $X$. The $i$\\-th term of $P$ has a value of $P_i$. Print $k$ such that $P_k = X$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc277_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $P$ that is a permutation of $(1,2,…,N)$, and an integer $X$. The $i$\\-th term of $P$ has a value of $P_i$. Print $k$ such that $P_k = X$.\n\n## Constraints\n\n* $1 \\leq N \\leq ...",
"is_translate": false,
"language": "English"
}
]
}