API Response (JSON)
{
"problem": {
"name": "[EC Final 2022] Aqre",
"description": {
"content": "Given an $n \\times m$ matrix, you need to fill it with $0$ and $1$, such that: - There cannot be **four** consecutive horizontal or vertical cells filled with the same number. - The cells filled with",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9727"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an $n \\times m$ matrix, you need to fill it with $0$ and $1$, such that:\n\n- There cannot be **four** consecutive horizontal or vertical cells filled with the same number.\n- The cells filled with...",
"is_translate": false,
"language": "English"
}
]
}