API Response (JSON)
{
"problem": {
"name": "[GESP202306 一级] 时间规划",
"description": {
"content": "小明在为自己规划学习时间。现在他想知道两个时刻之间有多少分钟,你能通过编程帮他做到吗?",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3838"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小明在为自己规划学习时间。现在他想知道两个时刻之间有多少分钟,你能通过编程帮他做到吗?\n\n## Input\n\n输入 $4$ 行,第一行为开始时刻的小时,第二行为开始时刻的分钟,第三行为结束时刻的小时,第四行为结束时刻的分钟。输入保证两个时刻是同一天,开始时刻一定在结束时刻之前。时刻使用 $24$ 小时制,即小时在 $0$ 到 $23$ 之间,分钟在 $0$ 到 $59$ 之间。\n\n## Outpu...",
"is_translate": false,
"language": "English"
}
]
}