API Response (JSON)
{
"problem": {
"name": "E. Explosion Exploit",
"description": {
"content": "In a two player card game, you have $n$ minions on the board and the opponent has $m$ minions. Each minion has a health between $1$ and $6$. You are contemplating your next move. You want to play an ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10193E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In a two player card game, you have $n$ minions on the board and the opponent has $m$ minions. Each minion has a health between $1$ and $6$.\n\nYou are contemplating your next move. You want to play an ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m, d \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, m \\leq 5 $, $ 1 \\leq d \\leq 100 $. \nLet $ H_p = (h_{p,1}, \\dots, h_{p,n}) \\in \\{1,\\dots,6\\}^n $ be the health vector of your minion...",
"is_translate": false,
"language": "Formal"
}
]
}