API Response (JSON)
{
"problem": {
"name": "A. Rounding",
"description": {
"content": "Vasya has a non-negative integer _n_. He wants to round it to nearest integer, which ends up with 0. If _n_ already ends up with 0, Vasya considers it already rounded. For example, if _n_ = 4722 answ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF898A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya has a non-negative integer _n_. He wants to round it to nearest integer, which ends up with 0. If _n_ already ends up with 0, Vasya considers it already rounded.\n\nFor example, if _n_ = 4722 answ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 有一个非负整数 $n$。他希望将其四舍五入到最近的、以 $0$ 结尾的整数。如果 $n$ 已经以 $0$ 结尾,Vasya 认为它已经四舍五入。\n\n例如,如果 $n = 4722$,答案是 $4720$。如果 $n = 5$,Vasya 可以将其四舍五入到 $0$ 或 $10$,两种方式都是正确的。\n\n对于给定的 $n$,请找出 Vasya 会将其四舍五入到哪个整数。\n\n第一行包含一个...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}_{\\geq 0} $ be the input integer.\n\n**Constraints** \n$ 0 \\leq n \\leq 10^9 $\n\n**Objective** \nFind an integer $ r $ such that: \n- $ r \\equiv 0 \\pmod{10} $, \n- ...",
"is_translate": false,
"language": "Formal"
}
]
}