API Response (JSON)
{
"problem": {
"name": "Simple Math 2",
"description": {
"content": "Given positive integers $N$ and $M$, find the remainder when $\\lfloor \\frac{10^N}{M} \\rfloor$ is divided by $M$. What is $\\lfloor x \\rfloor$? $\\lfloor x \\rfloor$ denotes the greatest integer not excee",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc111_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given positive integers $N$ and $M$, find the remainder when $\\lfloor \\frac{10^N}{M} \\rfloor$ is divided by $M$.\nWhat is $\\lfloor x \\rfloor$? $\\lfloor x \\rfloor$ denotes the greatest integer not excee...",
"is_translate": false,
"language": "English"
}
]
}