API Response (JSON)
{
"problem": {
"name": "[SNCPC2019] Digit Product",
"description": {
"content": "Define the ''digit product'' $f(x)$ of a positive integer $x$ as the product of all its digits. For example, $f(1234) = 1 \\times 2 \\times 3 \\times 4 = 24$, and $f(100) = 1 \\times 0 \\times 0 = 0$. Giv",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9651"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Define the ''digit product'' $f(x)$ of a positive integer $x$ as the product of all its digits. For example, $f(1234) = 1 \\times 2 \\times 3 \\times 4 = 24$, and $f(100) = 1 \\times 0 \\times 0 = 0$.\n\nGiv...",
"is_translate": false,
"language": "English"
}
]
}