API Response (JSON)
{
"problem": {
"name": "Harmonic Mean",
"description": {
"content": "Determine whether there is a length-$N$ sequence of positive integers $A=(A_1,A_2,\\dots,A_N)$ that satisfies all of the following conditions, and if it exists, construct one. * $\\sum_{i=1}^{N} \\fra",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc163_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Determine whether there is a length-$N$ sequence of positive integers $A=(A_1,A_2,\\dots,A_N)$ that satisfies all of the following conditions, and if it exists, construct one.\n\n* $\\sum_{i=1}^{N} \\fra...",
"is_translate": false,
"language": "English"
}
]
}