API Response (JSON)
{
"problem": {
"name": "B. Count Palindromes",
"description": {
"content": "Given two times when seen on a digital clock, count the number of moments between these two times (both start and end time included) when the time was a palindrome. A digital clock shows time in the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10058B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given two times when seen on a digital clock, count the number of moments between these two times (both start and end time included) when the time was a palindrome. \n\nA digital clock shows time in the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z} $ be the number of queries. \nLet $ Q = \\{(T_1^{(k)}, T_2^{(k)}) \\mid k \\in \\{1, \\dots, t\\}\\} $ be the set of queries, where for each $ k $: \n- $ T_1^{(k)}, T...",
"is_translate": false,
"language": "Formal"
}
]
}