fork(3) download
  1. <?php
  2. $firstInputMoney=10000;
  3. for($i=1;$firstInputMoney!=1000000;$i++){
  4. $firstInputMoney=$firstInputMoney+(($firstInputMoney/100)*10);
  5. $b=$i;
  6.  
  7. }
  8. echo "Миллион накопится через $b лет ";
  9.  
  10. ?>
Time limit exceeded #stdin #stdout 5s 33344KB
stdin
Standard input is empty
stdout
Standard output is empty