API Response (JSON)
{
"problem": {
"name": "[EC Final 2022] Dining Professors",
"description": {
"content": "Prof. Pang invited $n$ professors to his banquet. The professors sit at a round table. For all $i$ from $1$ to $n$, professor $i$ sits adjacent to professor $(i \\bmod n) + 1$ and $((i + n - 2)\\bmod n)",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9728"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Prof. Pang invited $n$ professors to his banquet. The professors sit at a round table. For all $i$ from $1$ to $n$, professor $i$ sits adjacent to professor $(i \\bmod n) + 1$ and $((i + n - 2)\\bmod n)...",
"is_translate": false,
"language": "English"
}
]
}