fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. double d = 0.001;
  8. Console.WriteLine((d * 1024 - 1) * 1000 - 24);
  9. }
  10. }
Success #stdin #stdout 0.01s 131520KB
stdin
Standard input is empty
stdout
2.1316282072803E-14