API Response (JSON)
{
"problem": {
"name": "093. Music Non Stop",
"description": {
"content": "Music Non Stop You're trying to find the longest possible piece of music, so that you can play music non-stop. Given a list of songs and their durations (in MM:SS, with leading zeros), figure out whi",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269093"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Music Non Stop\n\nYou're trying to find the longest possible piece of music, so that you can play music non-stop. Given a list of songs and their durations (in MM:SS, with leading zeros), figure out whi...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of songs. \nLet $ S = \\{(t_i, d_i) \\mid i \\in \\{1, \\dots, n\\}\\} $ be the set of song entries, where: \n- $ t_i \\in \\mathbb{S} $ is the song t...",
"is_translate": false,
"language": "Formal"
}
]
}