using System;
namespace Decimal
{
class Program
static void Main(string[] args)
float f = 0.1f * 9999999;
Console.WriteLine(f);
}