API Response (JSON)
{
"problem": {
"name": "H. Game of Corners",
"description": {
"content": "Alice is playing the Game of Corners. She is given a rectangular grid with n rows and m columns. During one move, Alice can choose any two previously unused cell borders that have a common point and j",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10079H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alice is playing the Game of Corners. She is given a rectangular grid with n rows and m columns. During one move, Alice can choose any two previously unused cell borders that have a common point and j...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ denote the number of rows and columns of a rectangular grid, respectively.\n\n**Constraints** \n$ 1 \\leq n, m \\leq 10^9 $\n\n**Objective** \nCompute the max...",
"is_translate": false,
"language": "Formal"
}
]
}