API Response (JSON)
{
"problem": {
"name": "Knight Fork",
"description": {
"content": "On an $xy$\\-coordinate plane, is there a lattice point whose distances from two lattice points $(x_1, y_1)$ and $(x_2, y_2)$ are both $\\sqrt{5}$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc239_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "On an $xy$\\-coordinate plane, is there a lattice point whose distances from two lattice points $(x_1, y_1)$ and $(x_2, y_2)$ are both $\\sqrt{5}$?\n\n## Constraints\n\n* $-10^9 \\leq x_1 \\leq 10^9$\n* $-...",
"is_translate": false,
"language": "English"
}
]
}