using System;
public class Program
{
public static void Main()
int test = 2;
Console.WriteLine(test.ToString("00"));
}