using System;
using System.IO;
public class Program
{
public static void Main()
Console.WriteLine(Path.GetFullPath("~/"));
}