API Response (JSON)
{
"problem": {
"name": "A. Book Reading",
"description": {
"content": "Recently Luba bought a very interesting book. She knows that it will take _t_ seconds to read the book. Luba wants to finish reading as fast as she can. But she has some work to do in each of _n_ nex",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF884A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Recently Luba bought a very interesting book. She knows that it will take _t_ seconds to read the book. Luba wants to finish reading as fast as she can.\n\nBut she has some work to do in each of _n_ nex...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "最近,卢巴买了一本非常有趣的书。她知道阅读这本书需要 $t$ 秒。卢巴希望尽可能快地读完这本书。\n\n但在接下来的 $n$ 天中,她每天都有工作要做。在第 $i$ 天,卢巴需要花费 $a_i$ 秒用于工作。如果还有空闲时间,她可以用来阅读。\n\n请帮助卢巴确定她完成阅读的最早是第几天。\n\n*保证答案不超过 $n$。*\n\n*请注意,一天有 86400 秒。*\n\n第一行包含两个整数 $n$ 和 $t$($...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions**\nLet $C = 86400$ be a constant representing the total capacity of a unit.\nLet $n, t \\in \\mathbb{Z}$ be given such that:\n* $1 \\le n \\le 100$\n* $1 \\le t \\le 10^6$\n\nLet $A = (a_1, a_2,...",
"is_translate": false,
"language": "Formal"
}
]
}