API Response (JSON)
{
"problem": {
"name": "100. Ohm Sweet Ohm",
"description": {
"content": "Ohm Sweet Ohm You have a circuit consisting of many resistors in parallel, and you want to calculate their equivalent resistance, in ohms. If you competed in our Contest #2 back in January, you mig",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269100"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ohm Sweet Ohm\n\nYou have a circuit consisting of many resistors in parallel, and you want to calculate their equivalent resistance, in ohms. \n\nIf you competed in our Contest #2 back in January, you mig...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ n > 1 $, be the number of resistors. \nLet $ R = (r_1, r_2, \\dots, r_n) $ be a sequence of positive real numbers representing the resistances.\n\n**Objectiv...",
"is_translate": false,
"language": "Formal"
}
]
}