API Response (JSON)
{
"problem": {
"name": "[USACO24JAN] Nap Sort G",
"description": {
"content": "Bessie 正在尝试使用她自己的排序算法对一个整数数组进行排序。她有一堆共 $N$($1\\le N\\le 2\\cdot 10^5$)个整数 $a_1,a_2,\\ldots,a_N$($1\\le a_i\\le 10^{11}$),她将会按排序顺序将这些数放入一个单独的数组中。她反复查找这堆数中的最小数,将其删除,同时将其添加到数组的末尾。Bessie 在 $p$ 个数的堆中找到最小数需要花费 $p",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10139"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bessie 正在尝试使用她自己的排序算法对一个整数数组进行排序。她有一堆共 $N$($1\\le N\\le 2\\cdot 10^5$)个整数 $a_1,a_2,\\ldots,a_N$($1\\le a_i\\le 10^{11}$),她将会按排序顺序将这些数放入一个单独的数组中。她反复查找这堆数中的最小数,将其删除,同时将其添加到数组的末尾。Bessie 在 $p$ 个数的堆中找到最小数需要花费 $p...",
"is_translate": false,
"language": "English"
}
]
}