using System;
public class Program
{
public static void Main()
double Getal;
Getal = Math.E;
Console.WriteLine(Getal);
}