using static System.Console;
using static System.Math;
public class Program {
public static void Main() => WriteLine(Atan(5) * 180 / PI);
}