fork download
  1. <?php
  2. $n = 3;
  3. // your code goes here
  4. for ($x = $n; $x <= 10; $x++) {
  5. echo "$x";
  6. }
  7.  
Success #stdin #stdout 0.02s 25348KB
stdin
Standard input is empty
stdout
345678910