fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. int t = 50;
  8. int p = 10;
  9. double r = t / p;
  10.  
  11. var resultado = Math.Atan(r);
  12. resultado = resultado * (180 / Math.PI);
  13.  
  14. System.Console.WriteLine(resultado);
  15. System.Console.ReadKey();
  16. }
  17. }
Success #stdin #stdout 0s 131776KB
stdin
Standard input is empty
stdout
78.6900675259798