API Response (JSON)
{
"problem": {
"name": "I. I WIN",
"description": {
"content": "Given an n × m rectangular tile with each square marked with one of the letters W, I, and N, find the maximal number of triominoes that can be cut from this tile such that the triomino has W and N on ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10020I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an n × m rectangular tile with each square marked with one of the letters W, I, and N, find the maximal number of triominoes that can be cut from this tile such that the triomino has W and N on ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z} $ with $ 1 \\leq n, m \\leq 22 $. \nLet $ G \\in \\{W, I, N\\}^{n \\times m} $ be a grid of characters. \n\nA **WIN-triomino** is a connected set of three unit squ...",
"is_translate": false,
"language": "Formal"
}
]
}