{"problem":{"name":"Water Station","description":{"content":"There is an ultramarathon course totaling $100\\;\\mathrm{km}$. Water stations are set up every $5\\;\\mathrm{km}$ along the course, including the start and goal, for a total of $21$. Takahashi is at the ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc305_a"},"statements":[{"statement_type":"Markdown","content":"There is an ultramarathon course totaling $100\\;\\mathrm{km}$. Water stations are set up every $5\\;\\mathrm{km}$ along the course, including the start and goal, for a total of $21$.\nTakahashi is at the $N\\;\\mathrm{km}$ point of this course. Find the position of the nearest water station to him.\nUnder the constraints of this problem, it can be proven that the nearest water station is uniquely determined.\n\n## Constraints\n\n*   $0\\leq N\\leq100$\n*   $N$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc305_a","tags":[],"sample_group":[["53","55\n\nTakahashi is at the $53\\;\\mathrm{km}$ point of the course. The water station at the $55\\;\\mathrm{km}$ point is $2\\;\\mathrm{km}$ away, and there is no closer water station. Therefore, you should print $55$."],["21","20\n\nTakahashi could also go back the way."],["100","100\n\nThere are also water stations at the start and goal. Additionally, Takahashi may already be at a water station."]],"created_at":"2026-03-03 11:01:13"}}