API Response (JSON)
{
"problem": {
"name": "[信息与未来 2015] 连续数的和(加强版)",
"description": {
"content": "给出两个整数 $n$ 和 $k$,求出 $1\\sim n$ 中连续 $k$ 个数的和为完全平方数的个数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3879"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出两个整数 $n$ 和 $k$,求出 $1\\sim n$ 中连续 $k$ 个数的和为完全平方数的个数。\n\n## Input\n\n一行两个整数 $n,k$。\n\n## Output\n\n一行一个整数,即 $1\\sim n$ 中连续 $k$ 个数的和为平方数的个数。\n\n[samples]\n\n## Background\n\n本题是 B3878 的加强版。\n\n## Note\n\n### 样例解释\n在 $1\\sim...",
"is_translate": false,
"language": "English"
}
]
}