using System;class DecimalFieldsDemo{ public static void Main( ) { Console.WriteLine(Decimal.MinValue ); }}