API Response (JSON)
{
"problem": {
"name": "C. Too Many Coins",
"description": {
"content": "Your friend has C coins in his pocket, each coin has a value Vi, and you know that he will not need that amount of money, he will only need M. You want to help him not to carry all these coins, so y",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10088C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your friend has C coins in his pocket, each coin has a value Vi, and you know that he will not need that amount of money, he will only need M. \n\nYou want to help him not to carry all these coins, so y...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N, M \\in \\mathbb{Z}^+ $ be the dimensions of the grid, with $ 1 \\leq N, M \\leq 10^4 $. \nLet $ P \\in \\mathbb{Z} $ be the number of dangerous cells, with $ 0 \\leq P \\leq 5 \\cdot...",
"is_translate": false,
"language": "Formal"
}
]
}