API Response (JSON)
{
"problem": {
"name": "Polygon",
"description": {
"content": "Determine if an $N$\\-sided polygon (not necessarily convex) with sides of length $L_1, L_2, ..., L_N$ can be drawn in a two-dimensional plane. You can use the following theorem: **Theorem**: an $N$\\-s",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc117_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Determine if an $N$\\-sided polygon (not necessarily convex) with sides of length $L_1, L_2, ..., L_N$ can be drawn in a two-dimensional plane.\nYou can use the following theorem:\n**Theorem**: an $N$\\-s...",
"is_translate": false,
"language": "English"
}
]
}