API Response (JSON)
{
"problem": {
"name": "A. PolandBall and Hypothesis",
"description": {
"content": "PolandBall is a young, clever Ball. He is interested in prime numbers. He has stated a following hypothesis: \"_There exists such a positive integer _n_ that for each positive integer _m_ number _n_·_m",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF755A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "PolandBall is a young, clever Ball. He is interested in prime numbers. He has stated a following hypothesis: \"_There exists such a positive integer _n_ that for each positive integer _m_ number _n_·_m...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "PolandBall 是一个年轻聪明的球,他对质数感兴趣。他提出了以下假设:\"存在一个正整数 #cf_span[n],使得对于每个正整数 #cf_span[m],数 #cf_span[n·m + 1] 都是质数\"。\n\n不幸的是,PolandBall 还缺乏经验,不知道他的假设是错误的。你能证明它错误吗?请编写一个程序,为任意 #cf_span[n] 找出一个反例。\n\n输入中唯一的数字是 #cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 1000 $. \n\n**Objective** \nFind an integer $ m \\in \\mathbb{Z} $ such that $ 1 \\leq m \\leq 10^3 $ and $ nm + 1 $ is composite. \n\n**Const...",
"is_translate": false,
"language": "Formal"
}
]
}