fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $i=2;
  5. $n = 3;
  6.  
  7. $m=round($n / 2);
  8. //echo $m;
  9. if ($i== $m){
  10. for($k=0;$k<5;$k++){
  11. echo "e";
  12. }
  13. }
Success #stdin #stdout 0.03s 25600KB
stdin
Standard input is empty
stdout
eeeee