API Response (JSON)
{
"problem": {
"name": "C. Quick coffee",
"description": {
"content": "Let's say we would like to give change of $d$ dollars after a puchase of coffee. The only coins that we can use have values $a$, $a + 1$, ..., $b$. Is it possible to give out the change? We are intere",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10241C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let's say we would like to give change of $d$ dollars after a puchase of coffee. The only coins that we can use have values $a$, $a + 1$, ..., $b$. Is it possible to give out the change? We are intere...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ k \\in \\{1, \\dots, t\\} $, let $ n_k \\in \\mathbb{Z} $ be the target value. \nInitial state: $ a = 1 $, $ x ...",
"is_translate": false,
"language": "Formal"
}
]
}