fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Dim a as Integer
  6. a = Math.Sqrt(Integer.MaxValue)
  7. Console.WriteLine("{0} {1} {2}", Integer.MaxValue, a, Math.Sqrt(Integer.MaxValue))
  8. End Sub
  9. End Class
Success #stdin #stdout 0.03s 24192KB
stdin
Standard input is empty
stdout
2147483647 46341 46340.950001052