Consider the series
Write a
program that, for every given natural number
,
prints the first number of the series greater than or equal to
.
Input consists of a sequence of natural numbers
.
Output
For every
,
print the first number of the series
that is greater than or equal to
.