using System;
public class Program
{
public static void Main()
double equation = 25 + -2 * 3.0 / 14d;
Console.WriteLine(equation);
}