fork download
  1. <?php
  2.  
  3. // your code goes her
  4. $total = 10;
  5.  
  6. for($i=1;$i<=30;$i++){
  7. $total *= 2;
  8. }
  9.  
  10. echo $total;
Success #stdin #stdout 0.02s 25448KB
stdin
Standard input is empty
stdout
10737418240