fork(1) download
  1. // your code goes here
  2. outp=0;
  3. for( i=0;i<10000000;i++)
  4. outp=outp+ Number((2/3).toFixed(2));
  5. console.log(Number(outp.toFixed(2)));
Success #stdin #stdout 2.43s 106424KB
stdin
Standard input is empty
stdout
6700000