API Response (JSON)
{
"problem": {
"name": "[EC Final 2022] Best Carry Player 2",
"description": {
"content": "Given a positive integer $x$, find the minimum positive integer $y$ such that the number of $\\textbf{carries}^1$ of $x+y$ is exactly $k$. We adds numbers $\\textbf{by column addition in base-ten}$, ju",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9718"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a positive integer $x$, find the minimum positive integer $y$ such that the number of $\\textbf{carries}^1$ of $x+y$ is exactly $k$.\n\nWe adds numbers $\\textbf{by column addition in base-ten}$, ju...",
"is_translate": false,
"language": "English"
}
]
}