API Response (JSON)
{
"problem": {
"name": "BZOJ4833 最小公倍佩尔数",
"description": {
"content": "令 $(1+\\sqrt{2})^n=e(n)+\\sqrt{2}f(n)$,其中 $e(n),f(n)$ 都是整数,显然有 $(1-\\sqrt{2})^n=e(n)-\\sqrt{2}f(n)$。令 $g(n)=\\operatorname{lcm}(f(1),f(2),\\dots,f(n))$。 给定两个正整数 $n,p$,其中 $p$ 是质数,并且保证 $f(1),f(2),\\dots,f(n)$",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 4000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10663"
},
"statements": [
{
"statement_type": "Markdown",
"content": "令 $(1+\\sqrt{2})^n=e(n)+\\sqrt{2}f(n)$,其中 $e(n),f(n)$ 都是整数,显然有 $(1-\\sqrt{2})^n=e(n)-\\sqrt{2}f(n)$。令 $g(n)=\\operatorname{lcm}(f(1),f(2),\\dots,f(n))$。\n\n给定两个正整数 $n,p$,其中 $p$ 是质数,并且保证 $f(1),f(2),\\dots,f(n)$...",
"is_translate": false,
"language": "English"
}
]
}