API Response (JSON)
{
"problem": {
"name": "[ICPC 2022 Xi'an R] Cells Coloring",
"description": {
"content": "You are given an $n \\times m$ grid. Some of the cells are obstacles, the others are empty. Choose a non-negative integer $k$ and color all empty cells with $k+1$ colors $0, 1, 2, \\ldots k$. You can no",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9359"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an $n \\times m$ grid. Some of the cells are obstacles, the others are empty. Choose a non-negative integer $k$ and color all empty cells with $k+1$ colors $0, 1, 2, \\ldots k$. You can no...",
"is_translate": false,
"language": "English"
}
]
}