API Response (JSON)
{
"problem": {
"name": "Increasing LCMs",
"description": {
"content": "We have a sequence of $N$ positive integers: $A_1,A_2,\\cdots,A_N$. You are to rearrange these integers into another sequence $x_1,x_2,\\cdots,x_N$, where $x$ must satisfy the following condition: * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc122_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a sequence of $N$ positive integers: $A_1,A_2,\\cdots,A_N$. You are to rearrange these integers into another sequence $x_1,x_2,\\cdots,x_N$, where $x$ must satisfy the following condition:\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}