API Response (JSON)
{
"problem": {
"name": "4/N",
"description": {
"content": "You are given an integer $N$. Find a triple of positive integers $h$, $n$ and $w$ such that $4/N = 1/h + 1/n + 1/w$. If there are multiple solutions, any of them will be accepted.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tenka1_2017_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$.\nFind a triple of positive integers $h$, $n$ and $w$ such that $4/N = 1/h + 1/n + 1/w$.\nIf there are multiple solutions, any of them will be accepted.\n\n## Constraints\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}