using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
var x = 0.1111m / 1.000m;
Console.WriteLine(x);
}