using System;
public class Program
{
public static void Main()
Console.WriteLine(Convert.ToDecimal(Math.Round(0.09675, 4).ToString("#0.00")));
}