fork download
  1. Imports System.Console
  2. Imports System.Math
  3.  
  4. Public Class Program
  5. Public Shared Sub Main()
  6. WriteLine(Round(2500D / 220, 2))
  7. End Sub
  8. End Class
  9.  
  10. 'https://pt.stackoverflow.com/q/255701/101
Success #stdin #stdout 0.02s 16544KB
stdin
Standard input is empty
stdout
11.36