向下取整

输入一个双精度浮点数,将其向下取整; 

Input

一行一个实数n

Output

n向下取整

Examples

Input

1.6

Output

1

来源

lema
Time limit 1 second
Memory limit 128 MB
讨论 统计