API Response (JSON)
{
"problem": {
"name": "A. Equator",
"description": {
"content": "Polycarp has created his own training plan to prepare for the programming contests. He will train for $n$ days, all days are numbered from $1$ to $n$, beginning from the first. On the $i$\\-th day Pol",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF962A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp has created his own training plan to prepare for the programming contests. He will train for $n$ days, all days are numbered from $1$ to $n$, beginning from the first.\n\nOn the $i$\\-th day Pol...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 制定了自己的训练计划以准备编程竞赛。他将训练 $n$ 天,所有天数从 $1$ 到 $n$ 编号,从第一天开始。\n\n在第 $i$ 天,Polycarp 必须解决 $a_i$ 道题。某天晚上,他计划庆祝“昼夜平分点”。他将在第一个满足如下条件的晚上庆祝:从训练开始到该天(含)为止,他解决的题目数量达到或超过总题目数的一半。\n\n请确定 Polycarp 庆祝昼夜平分点的那一天的编号。\n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of days. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers, where $ a_i $ is the number of problems solved on day $ i $. ...",
"is_translate": false,
"language": "Formal"
}
]
}