{"problem":{"name":"Integer Division Returns","description":{"content":"Given an integer $X$ between $-10^{18}$ and $10^{18}$, inclusive, print $\\left\\lceil \\dfrac{X}{10} \\right\\rceil$.   Here, $\\left\\lceil a \\right\\rceil$ denotes the smallest integer not less than $a$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc345_b"},"statements":[{"statement_type":"Markdown","content":"Given an integer $X$ between $-10^{18}$ and $10^{18}$, inclusive, print $\\left\\lceil \\dfrac{X}{10} \\right\\rceil$.  \nHere, $\\left\\lceil a \\right\\rceil$ denotes the smallest integer not less than $a$.\n\n## Constraints\n\n*   $-10^{18} \\leq X \\leq 10^{18}$\n*   $X$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$X$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc345_b","tags":[],"sample_group":[["27","3\n\nThe integers not less than $\\frac{27}{10} = 2.7$ are $3, 4, 5, \\dots$. Among these, the smallest is $3$, so $\\left \\lceil \\frac{27}{10} \\right \\rceil = 3$."],["\\-13","\\-1\n\nThe integers not less than $\\frac{-13}{10} = -1.3$ are all positive integers, $0$, and $-1$. Among these, the smallest is $-1$, so $\\left \\lceil \\frac{-13}{10} \\right \\rceil = -1$."],["40","4\n\nThe smallest integer not less than $\\frac{40}{10} = 4$ is $4$ itself."],["\\-20","\\-2"],["123456789123456789","12345678912345679"]],"created_at":"2026-03-03 11:01:14"}}