API Response (JSON)
{
"problem": {
"name": "Tiling",
"description": {
"content": "There is a grid of $H$ rows and $W$ columns, each cell having a side length of $1$, and we have $N$ tiles. The $i$\\-th tile ($1\\leq i\\leq N$) is a rectangle of size $A_i\\times B_i$. Determine whet",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc345_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a grid of $H$ rows and $W$ columns, each cell having a side length of $1$, and we have $N$ tiles. \nThe $i$\\-th tile ($1\\leq i\\leq N$) is a rectangle of size $A_i\\times B_i$. \nDetermine whet...",
"is_translate": false,
"language": "English"
}
]
}