API Response (JSON)
{
"problem": {
"name": "[四川青少年 C++ 算法设计大赛 2024] 4-5 年级组第 7 题",
"description": {
"content": "$n!$($n$ 的阶乘)表示从 $1$ 开始连乘到 $n$ 的结果。现在想要知道 $n!$ 从个位数开始向前数,有多少个连续的 $0$。 例如: - $3!=1\\times 2\\times 3=6$,末尾连续 $0$ 的个数为 $0$; - $5!=1\\times 2\\times 3\\times 4\\times 5=120$,末尾连续 $0$ 的个数为 $1$;",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4236"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$n!$($n$ 的阶乘)表示从 $1$ 开始连乘到 $n$ 的结果。现在想要知道 $n!$ 从个位数开始向前数,有多少个连续的 $0$。\n\n例如:\n- $3!=1\\times 2\\times 3=6$,末尾连续 $0$ 的个数为 $0$;\n- $5!=1\\times 2\\times 3\\times 4\\times 5=120$,末尾连续 $0$ 的个数为 $1$;\n\n## Input\n\n一个整数...",
"is_translate": false,
"language": "English"
}
]
}