After browsing Jaden Smith's Twitter for the last two hours, Feng thinks to himself:
How many positive integers are there that are less than
?
Input Specification
A single line containing
, the number.
will have at most 8 decimal places.
Output Specification
A single line, the number of positive integers less than .
Subtasks
Subtask 1 [25%]
(
is a positive integer)
Subtask 2 [25%]
(
is an integer)
Subtask 3 [50%]
(
is a real number)
Sample Input
12
Sample Output
11
Comments