{"problem":{"name":"Round Down","description":{"content":"Given an integer or a decimal $X$, round it down to an 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":"abc196_b"},"statements":[{"statement_type":"Markdown","content":"Given an integer or a decimal $X$, round it down to an integer and print the result.\n\n## Constraints\n\n*   $0 \\le X \\le 10^{100}$\n*   $X$ is an integer or a decimal with at most $100$ digits after the decimal point, without unnecessary leading zeros.\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":"abc196_b","tags":[],"sample_group":[["5.90","5\n\nWe round down $5.90$ to an integer, $5$, and print it as an integer. Non-integer outputs such as `5.0` will be judged as incorrect."],["0","0\n\nThere may be no decimal point in $X$."],["84939825309432908832902189.9092309409809091329","84939825309432908832902189\n\nTake care when handling large numbers."]],"created_at":"2026-03-03 11:01:13"}}