API Response (JSON)
{
"problem": {
"name": "A. Life Without Zeros",
"description": {
"content": "Can you imagine our life if we removed all zeros from it? For sure we will have many problems. In this problem we will have a simple example if we removed all zeros from our life, it's the addition o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF75A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Can you imagine our life if we removed all zeros from it? For sure we will have many problems.\n\nIn this problem we will have a simple example if we removed all zeros from our life, it's the addition o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你能想象如果我们从生活中移除所有的零,生活会变成什么样吗?毫无疑问,我们会遇到许多问题。\n\n在这个问题中,我们将通过一个简单的例子来说明:如果我们从生活中移除所有零,那就是加法运算。假设你被给定一个方程 $a + b = c$,其中 $a$ 和 $b$ 是正整数,$c$ 是 $a$ 和 $b$ 的和。现在让我们从这个方程中移除所有的零。移除所有零后,方程仍然正确吗?\n\n例如,如果方程是 $101 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z}^+ $ with $ 1 \\leq a, b \\leq 10^9 $. \nLet $ c = a + b $. \nLet $ f(n) $ denote the integer formed by removing all digit '0' from the decimal representation ...",
"is_translate": false,
"language": "Formal"
}
]
}