fork download
  1. <?php
  2. $age=16;
  3. for ($c=10000;$c<=1000000;$c+=$p){
  4. $p=0.1*$c;
  5. $age++;
  6. }
  7. echo "1kk at $age";
Success #stdin #stdout 0.02s 26264KB
stdin
Standard input is empty
stdout
1kk at 65