API Response (JSON)
{
"problem": {
"name": "Double Factorial",
"description": {
"content": "For an integer $n$ not less than $0$, let us define $f(n)$ as follows: * $f(n) = 1$ (if $n < 2$) * $f(n) = n f(n-2)$ (if $n \\geq 2$) Given is an integer $N$. Find the number of trailing zeros in",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc148_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For an integer $n$ not less than $0$, let us define $f(n)$ as follows:\n\n* $f(n) = 1$ (if $n < 2$)\n* $f(n) = n f(n-2)$ (if $n \\geq 2$)\n\nGiven is an integer $N$. Find the number of trailing zeros in...",
"is_translate": false,
"language": "English"
}
]
}