using System;
public class Program
{
public static void Main()
decimal d =10;
Console.WriteLine(Convert.ToDecimal(d.ToString("0.00")));
}