API Response (JSON)
{
"problem": {
"name": "Integer Convex Hull",
"description": {
"content": "We have $N$ points $P_1, P_2, \\dots, P_N$ on a plane. The coordinates of $P_i$ is $(X_i, Y_i)$. We know that no three points lie on the same line. For a subset $S$ of ${ P_1, P_2, \\dots, P_N }$ with a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc202_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ points $P_1, P_2, \\dots, P_N$ on a plane. The coordinates of $P_i$ is $(X_i, Y_i)$. We know that no three points lie on the same line.\nFor a subset $S$ of ${ P_1, P_2, \\dots, P_N }$ with a...",
"is_translate": false,
"language": "English"
}
]
}