API Response (JSON)
{
"problem": {
"name": "Resistors in Parallel",
"description": {
"content": "Given is a sequence of $N$ integers $A_1, \\ldots, A_N$. Find the (multiplicative) inverse of the sum of the inverses of these numbers, $\\frac{1}{\\frac{1}{A_1} + \\ldots + \\frac{1}{A_N}}$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc138_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of $N$ integers $A_1, \\ldots, A_N$.\nFind the (multiplicative) inverse of the sum of the inverses of these numbers, $\\frac{1}{\\frac{1}{A_1} + \\ldots + \\frac{1}{A_N}}$.\n\n## Constrain...",
"is_translate": false,
"language": "English"
}
]
}