{"problem":{"name":"Round decimals","description":{"content":"You are given a real number $X$, which is representable using at most three decimal digits, with three decimal digits.   Round $X$ to the nearest integer and print the result.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc226_a"},"statements":[{"statement_type":"Markdown","content":"You are given a real number $X$, which is representable using at most three decimal digits, with three decimal digits.  \nRound $X$ to the nearest integer and print the result.\n\n## Constraints\n\n*   $0 \\leq X < 100$\n*   $X$ is representable using at most three decimal digits.\n*   $X$ has three decimal digits in input.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc226_a","tags":[],"sample_group":[["3.456","3\n\nThe digit in the first decimal place of $3.456$ is $4$, so we should round it down to $3$."],["99.500","100"],["0.000","0"]],"created_at":"2026-03-03 11:01:14"}}