API Response (JSON)
{
"problem": {
"name": "[语言月赛 202506] 车站时钟",
"description": {
"content": "车站的时钟会显示当前的时间。现在给出从当天零点(00:00)开始经过的分钟数,请你按照指定的格式画出这个时钟。 时钟的显示格式如下: - 时钟由 `|` 和 `:` 符号组成 - 小时和分钟都用两位数表示,不足两位时前面补零 - 小时和分钟之间用 `:` 分隔 例如,$60$ 分钟对应的时间是 01:00,时钟显示为 `|0|1|:|0|0|`。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4340"
},
"statements": [
{
"statement_type": "Markdown",
"content": "车站的时钟会显示当前的时间。现在给出从当天零点(00:00)开始经过的分钟数,请你按照指定的格式画出这个时钟。\n\n时钟的显示格式如下:\n- 时钟由 `|` 和 `:` 符号组成\n- 小时和分钟都用两位数表示,不足两位时前面补零\n- 小时和分钟之间用 `:` 分隔\n\n例如,$60$ 分钟对应的时间是 01:00,时钟显示为 `|0|1|:|0|0|`。\n\n## Input\n\n输入一行一个整数 $x$...",
"is_translate": false,
"language": "English"
}
]
}