API Response (JSON)
{
"problem": {
"name": "A. Panoramix's Prediction",
"description": {
"content": "_A prime number is a number which has exactly two distinct divisors: one and itself. For example, numbers 2, 7, 3 are prime, and 1, 6, 4 are not._ _The next prime number after _x_ is the **smallest**",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF80A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "_A prime number is a number which has exactly two distinct divisors: one and itself. For example, numbers 2, 7, 3 are prime, and 1, 6, 4 are not._\n\n_The next prime number after _x_ is the **smallest**...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "_质数是恰好有两个不同因数的数:1 和它本身。例如,数字 #cf_span[2]、#cf_span[7]、#cf_span[3] 是质数,而 #cf_span[1]、#cf_span[6]、#cf_span[4] 不是质数。_\n\n_在 #cf_span[x] 之后的下一个质数是大于 #cf_span[x] 的最小质数。例如,在 #cf_span[2] 之后的下一个质数是 #cf_span[3],在...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ such that $ 2 \\leq n < m \\leq 50 $, and $ n $ is prime.\n\nLet $ P \\subseteq \\mathbb{Z}^+ $ be the set of prime numbers.\n\n**Constraints** \n1. $ n \\in P $...",
"is_translate": false,
"language": "Formal"
}
]
}