API Response (JSON)
{
"problem": {
"name": "J. Polycarp and Dividend",
"description": {
"content": "Polycarp have free time, collection of N decimal digits c1, ... , cN and positive integer A. He wants to find positive integer B, such that A divides B and B contains only digits from collection c1, .",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10083J"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp have free time, collection of N decimal digits c1, ... , cN and positive integer A. He wants to find positive integer B, such that A divides B and B contains only digits from collection c1, ....",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $, $ 1 \\leq N \\leq 10 $, be the number of available digits. \nLet $ D = \\{c_1, c_2, \\dots, c_N\\} \\subseteq \\{0,1,\\dots,9\\} $ be the set of available digits. ...",
"is_translate": false,
"language": "Formal"
}
]
}