API Response (JSON)
{
"problem": {
"name": "183. Number Destruction",
"description": {
"content": "After destroying half of all life in the universe, Thanos decides to destroy one-third of all positive integers in the universe. Thanos starts by destroying 0, and then proceeds to destroy any positiv",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269183"
},
"statements": [
{
"statement_type": "Markdown",
"content": "After destroying half of all life in the universe, Thanos decides to destroy one-third of all positive integers in the universe. Thanos starts by destroying 0, and then proceeds to destroy any positiv...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of surviving integers to output. \nLet $ D = \\{ 3k \\mid k \\in \\mathbb{Z}_{\\geq 0} \\} $ be the set of destroyed integers. \nLet $ S = \\mathbb{...",
"is_translate": false,
"language": "Formal"
}
]
}