API Response (JSON)
{
"problem": {
"name": "I. A Vital Problem",
"description": {
"content": "Polycarp has a strict daily schedule. He has _n_ alarms set for each day, and the _i_\\-th alarm rings each day at the same time during exactly one minute. Determine the longest time segment when Poly",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF953I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp has a strict daily schedule. He has _n_ alarms set for each day, and the _i_\\-th alarm rings each day at the same time during exactly one minute.\n\nDetermine the longest time segment when Poly...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 有一个严格的日常安排。他每天设置 #cf_span[n] 个闹钟,第 #cf_span[i] 个闹钟每天在同一时间响一分钟。\n\n请确定 Polycarp 能够连续睡眠的最长时间段,即该时间段内没有任何闹钟响起。Polycarp 可能从一天开始睡觉,并在另一天醒来。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ≤ 100]) —— 闹钟的数量。\n\n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of alarms, $ 1 \\leq n \\leq 100 $. \nLet $ A = \\{ t_i \\mid i \\in \\{1, \\dots, n\\} \\} $ be the set of alarm times, where each $ t_i $ is a time in...",
"is_translate": false,
"language": "Formal"
}
]
}