A shop reduces its product prices as follows: if the original price is less than €25, it is reduced by 20%, with higher sums, a reduction of only 10% is applied.

Input

The original price (in euros).

Output

The reduced product price (in euros).

Example

Input:

26

Output:

23.4