using System;
using System.Net;
public class Program
{
public static void Main()
var g = Double.NaN;
Console.WriteLine((decimal)g);
}