fork(1) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. double x = 9223372036854775807.0;
  8. Console.WriteLine(sizeof (double));
  9. Console.WriteLine("{0:0.0}", x);
  10. Console.WriteLine("{0:R}", x);
  11. }
  12. }
Success #stdin #stdout 0.01s 131520KB
stdin
Standard input is empty
stdout
8
9223372036854780000.0
9.2233720368547758E+18