API Response (JSON)
{
"problem": {
"name": "[信息与未来 2014] 连续非素数子序列的最大长度",
"description": {
"content": "给出一个正整数 $n$,求在数列 $\\{2,3,\\cdots,n\\}$ 中,连续非素数子序列的最大长度。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4130"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出一个正整数 $n$,求在数列 $\\{2,3,\\cdots,n\\}$\n中,连续非素数子序列的最大长度。\n\n## Input\n\n一个整数 $n$。\n\n## Output\n\n一个整数,表示连续非素数子序列的最大长度。\n\n[samples]\n\n## Note\n\n### 样例 $\\textbf1$ 解释\n| 连续非素数子序列 | 长度 |\n| :----------: | :----------: |\n...",
"is_translate": false,
"language": "English"
}
]
}