API Response (JSON)
{
"problem": {
"name": "Triangle?",
"description": {
"content": "In the $xy$\\-plane, we have $N$ points numbered $1$ through $N$. Point $i$ is at the coordinates $(X_i,Y_i)$. Any two different points are at different positions. Find the number of ways to choose",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc224_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the $xy$\\-plane, we have $N$ points numbered $1$ through $N$. \nPoint $i$ is at the coordinates $(X_i,Y_i)$. Any two different points are at different positions. \nFind the number of ways to choose...",
"is_translate": false,
"language": "English"
}
]
}