API Response (JSON)
{
"problem": {
"name": "E. Prime Gift",
"description": {
"content": "Opposite to Grisha's nice behavior, Oleg, though he has an entire year at his disposal, didn't manage to learn how to solve number theory problems in the past year. That's why instead of Ded Moroz he ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF912E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Opposite to Grisha's nice behavior, Oleg, though he has an entire year at his disposal, didn't manage to learn how to solve number theory problems in the past year. That's why instead of Ded Moroz he ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "与格里沙的良好表现相反,奥列格虽然有一整年的时间,却未能在去年学会解决数论问题。因此,前来拜访他的不是圣诞老人,而是他的队友安德鲁,安德鲁庄重地送给他一组 #cf_span[n] 个互不相同的质数,并提出一个简单任务:奥列格需要找出第 #cf_span[k] 小的整数,使得该整数的所有质因数都属于这个集合。\n\n第一行包含一个整数 #cf_span[n](#cf_span[1 ≤ n ≤ 16])。...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Parameters**\n\n* $n \\in \\mathbb{Z}$ such that $1 \\le n \\le 16$.\n* $P = \\{p_1, p_2, \\dots, p_n\\}$ is a set of distinct prime numbers where $2 \\le p_i \\le 100$ for all $i$.\n* $k \\in \\mathbb{Z}$ s...",
"is_translate": false,
"language": "Formal"
}
]
}