API Response (JSON)
{
"problem": {
"name": "A. Jamie and Alarm Snooze",
"description": {
"content": "Jamie loves sleeping. One day, he decides that he needs to wake up at exactly _hh_: _mm_. However, he hates waking up, so he wants to make waking up less painful by setting the alarm at a _lucky_ time",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF916A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Jamie loves sleeping. One day, he decides that he needs to wake up at exactly _hh_: _mm_. However, he hates waking up, so he wants to make waking up less painful by setting the alarm at a _lucky_ time...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Jamie 喜欢睡觉。一天,他决定必须在恰好 #cf_span[hh: mm] 醒来。然而,他讨厌醒来,因此他希望通过将闹钟设在一个 _幸运_ 的时间来减轻醒来时的痛苦。他将在每个 #cf_span[x] 分钟后按下一次睡眠按钮,直到时间到达 #cf_span[hh: mm] 时才真正醒来。他想知道他最少需要按多少次睡眠按钮。\n\n一个时间被认为是 _幸运_ 的,如果它包含数字 '#cf_span[...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ x \\in \\mathbb{Z}^+ $, $ 1 \\leq x \\leq 60 $, be the snooze interval in minutes. \nLet $ T = (h, m) $, where $ 0 \\leq h \\leq 23 $, $ 0 \\leq m \\leq 59 $, be the wake-up time in 24-hour format.\n\nDef...",
"is_translate": false,
"language": "Formal"
}
]
}