using System;
public class Program
{
public static void Main()
double x = 5/2;
Console.WriteLine(x.ToString());
}