API Response (JSON)
{
"problem": {
"name": "E. Decimal Expansion",
"description": {
"content": "Consider the following constant: $$\\varphi = \\dfrac{9}{10} \\cdot \\dfrac{99}{100} \\cdot \\dfrac{999}{1000} \\cdot \\dfrac{9999}{10000}\\cdot \\dots$$ You have to find the $n$-th digit after the decimal sep",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10235E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following constant: $$\\varphi = \\dfrac{9}{10} \\cdot \\dfrac{99}{100} \\cdot \\dfrac{999}{1000} \\cdot \\dfrac{9999}{10000}\\cdot \\dots$$\n\nYou have to find the $n$-th digit after the decimal sep...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $\\varphi = \\prod_{k=1}^{\\infty} \\left(1 - 10^{-k}\\right)$.\n\n**Constraints** \n1. $1 \\le t \\le 10^5$ \n2. For each test case, $1 \\le n \\le 10^{18}$\n\n**Objective** \nFor each test ...",
"is_translate": false,
"language": "Formal"
}
]
}