using System;
using System.Net;
public class Program
{
public static void Main()
var ip = new IPAddress(0);
Console.WriteLine(ip);
}