using System;
public class Program
{
public static void Main()
String ramo = "18";
Console.WriteLine(ramo.ToString(System.IFormatProvider("D4")));
}