class Q6390347{ public static void Main(){ System.Console.WriteLine((new System.IO.FileInfo(System.Console.ReadLine())).Directory.Name); } }