using System;
using System.Text;
public class Program
{
public static void Main()
var intString = "0004";
Console.WriteLine(int.Parse(intString));
}