fork(6) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. long total = 256058060800L;
  8. long avail = 164660715520L;
  9. var pct = (100*avail/total).ToString();
  10. Console.WriteLine("{0}", pct);
  11. }
  12. }
Success #stdin #stdout 0.03s 37008KB
stdin
Standard input is empty
stdout
64