Score : $100$ points
You are given a real number $X.Y$, where $Y$ is a single digit.
Print the following: (quotes for clarity)
Input is given from Standard Input in the following format:
$X.Y$
Print the answer.
15.8
15+
Here, printing 15 +
will not be accepted: do not print a space between $X$ and +
, or between $X$ and -
.
1.0
1-
You will not get inputs such as 1.00
and 1
.
12.5
12