API Response (JSON)
{
"problem": {
"name": "007. Clock Seconds",
"description": {
"content": "You have a clock that tells time in the usual way: hours, minutes, and seconds. When you wake up in the morning, you want to figure out how many seconds you slept for. Conveniently, you fell asleep th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269007"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a clock that tells time in the usual way: hours, minutes, and seconds. When you wake up in the morning, you want to figure out how many seconds you slept for. Conveniently, you fell asleep th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ h \\in \\mathbb{Z} $ be the current hour ($1 \\leq h \\leq 11$). \nLet $ m \\in \\mathbb{Z} $ be the current minute ($0 \\leq m \\leq 59$). \nLet $ s \\in \\mathbb{Z} $ be the current se...",
"is_translate": false,
"language": "Formal"
}
]
}