API Response (JSON)
{
"problem": {
"name": "Make Many Triangles",
"description": {
"content": "There are $N$ distinct points on a two-dimensional plane. The coordinates of the $i$\\-th point are $(x_i,y_i)$. We want to create as many (non-degenerate) triangles as possible using these points as t",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc173_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ distinct points on a two-dimensional plane. The coordinates of the $i$\\-th point are $(x_i,y_i)$.\nWe want to create as many (non-degenerate) triangles as possible using these points as t...",
"is_translate": false,
"language": "English"
}
]
}