API Response (JSON)
{
"problem": {
"name": "A. Broken Clock",
"description": {
"content": "You are given a broken clock. You know, that it is supposed to show time in 12- or 24-hours _HH:MM_ format. In 12-hours format hours change from 1 to 12, while in 24-hours it changes from 0 to 23. In ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF722A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a broken clock. You know, that it is supposed to show time in 12- or 24-hours _HH:MM_ format. In 12-hours format hours change from 1 to 12, while in 24-hours it changes from 0 to 23. In ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你有一个坏了的时钟。你知道它本应以 12 小时制或 24 小时制的 _HH:MM_ 格式显示时间。在 12 小时制中,小时范围从 #cf_span[1] 到 #cf_span[12],而在 24 小时制中,小时范围从 #cf_span[0] 到 #cf_span[23]。两种格式下,分钟范围均为 #cf_span[0] 到 #cf_span[59]。\n\n你被给定一个当前显示在坏掉时钟上的时间,格式...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions:**\n- Let $ F \\in \\{12, 24\\} $ denote the required time format.\n- Let $ T = H_1H_2:M_1M_2 $ be the displayed time, where $ H_1, H_2 \\in \\{0,1,\\dots,9\\} $ form the hour part, and $ M_1, M_...",
"is_translate": false,
"language": "Formal"
}
]
}