using System; class Program { static void Main(string[] args) { var N = int.Parse(Console.ReadLine()); Console.WriteLine("{0:000}", N); } }