using System;
public class Program
{
public static void Main()
var input = 3.14124124124124124;
Console.WriteLine(Math.Round(input));
}