API Response (JSON)
{
"problem": {
"name": "A. Karen and Morning",
"description": {
"content": "Karen is getting ready for a new school day! <center></center>It is currently _hh:mm_, given in a 24-hour format.",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF816A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Karen is getting ready for a new school day!\n\n<center></center>It is currently _hh:mm_, given in a 24-hour format....",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Karen 正在为新的一天做准备!\n\n当前时间是 _hh:mm_,采用 24 小时制。正如你所知,Karen 喜欢 _回文数_,她认为在时间是回文时醒来是好运的象征。\n\n她最少需要睡多少分钟,才能在醒来时时间是一个回文?\n\n记住,回文是一个正读和反读都相同的字符串。例如,_05:39_ 不是回文,因为 _05:39_ 反过来是 _93:50_。而 _05:50_ 是回文,因为 _05:50_ 反过...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t = \\text{hh}:\\text{mm} $ be the current time in 24-hour format, where $ \\text{hh} \\in \\{0, 1, \\dots, 23\\} $, $ \\text{mm} \\in \\{0, 1, \\dots, 59\\} $. \nLet $ T(m) $ denote the t...",
"is_translate": false,
"language": "Formal"
}
]
}