using System;
using System.IO;
public class Program
{
public static void Main()
var x = Path.GetFullPath(@":::::::");
Console.Write(x);
}