API Response (JSON)
{
"problem": {
"name": "L2. LCM Guess II",
"description": {
"content": "_This is an interactive problem._ There is a *hidden* permutation $P$ of length $n$ and you have to find it. For this, you have to choose *two different* integers $i$ and $j$, and the jury will give ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 12000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CFL2"
},
"statements": [
{
"statement_type": "Markdown",
"content": "_This is an interactive problem._\n\nThere is a *hidden* permutation $P$ of length $n$ and you have to find it. For this, you have to choose *two different* integers $i$ and $j$, and the jury will give ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "_这是一个交互式问题。_\n\n存在一个长度为 $n$ 的*隐藏*排列 $P$,你需要找出它。为此,你需要选择*两个不同的*整数 $i$ 和 $j$,裁判会返回 $\"lcm\"(P_i, P_j)$。\n\n你最多可以进行 $n + 100$ 次查询以猜出 $P$。\n\n排列是由 $1$ 到 $n$ 中 $n$ 个不同整数按任意顺序组成的数组。例如,$[ 3, 1, 2, 5, 4 ]$ 是一个排列,但 $[...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 3 \\leq n \\leq 10^5 $. \nLet $ P = (P_1, P_2, \\dots, P_n) $ be a hidden permutation of $ \\{1, 2, \\dots, n\\} $. \n\n**Constraints** \nYou may query pairs...",
"is_translate": false,
"language": "Formal"
}
]
}