API Response (JSON)
{
"problem": {
"name": "Equation",
"description": {
"content": "You are given a positive integer $n$, and a prime number $p$ at least $5$. Find a triple of integers $(x,y,z)$ that satisfies all of the following conditions. * $1\\leq x < y < z \\leq p - 1$. * $(",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc158_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a positive integer $n$, and a prime number $p$ at least $5$.\nFind a triple of integers $(x,y,z)$ that satisfies all of the following conditions.\n\n* $1\\leq x < y < z \\leq p - 1$.\n* $(...",
"is_translate": false,
"language": "English"
}
]
}