using System;
public class Program
{
public static void Main()
decimal correct = 0.1m + 0.2m;
Console.WriteLine(correct);
}