using static System.Console; using static System.Math; public class Program { public static void Main() => WriteLine(Atan(5) * 180 / PI); } //https://pt.stackoverflow.com/q/184690/101