using System;
public class Program
{
public static void Main()
Uri t = new Uri("");
Console.WriteLine(t.ToString());
}