API Response (JSON)
{
"problem": {
"name": "A. Nastya and an Array",
"description": {
"content": "Nastya owns too many arrays now, so she wants to delete the least important of them. However, she discovered that this array is magic! Nastya now knows that the array has the following properties: * ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF992A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Nastya owns too many arrays now, so she wants to delete the least important of them. However, she discovered that this array is magic! Nastya now knows that the array has the following properties:\n\n* ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Nastya 拥有太多数组了,因此她希望删除其中最不重要的一个。然而,她发现这个数组是神奇的!Nastya 现在知道该数组具有以下性质:\n\nNastya 总是很忙,因此她希望尽可能快地使数组“爆炸”。请计算使数组爆炸所需的最少时间。\n\n第一行包含一个整数 $n$ ($1 ≤ n ≤ 10^5$) —— 数组的大小。\n\n第二行包含 $n$ 个整数 $a_1, a_2, ..., a_n$ ($ - ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given an array $ a = [a_1, a_2, \\dots, a_n] $ of integers, define an operation as adding any real number $ x $ to all non-zero elements of the array in one second. The goal is to make all elements equ...",
"is_translate": false,
"language": "Formal"
}
]
}