API Response (JSON)
{
"problem": {
"name": "139. Dynamic Sorting",
"description": {
"content": "Your computer outputs $n$ integers randomly. You think it might be a secret code, so you decide to make a list of the numbers, but maintain the list in sorted order as you add each number. For exampl",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269139"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your computer outputs $n$ integers randomly. You think it might be a secret code, so you decide to make a list of the numbers, but maintain the list in sorted order as you add each number.\n\nFor exampl...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of integers. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be the sequence of integers from input. \nLet $ L_k $ be the sorted list after inserting th...",
"is_translate": false,
"language": "Formal"
}
]
}