fork download
  1. <?php
  2.  
  3. $x = array(12, 20, 28, 18, 29, 33, 24, 45, 45, 52, 51, 52, 55, 53, 55, 61, 64, 69, 72);
  4. $y = array(39, 36, 30, 52, 54, 46, 55, 59, 63, 70, 66, 63, 58, 23, 14, 8, 19, 7, 24);
  5. for(i=1; i<=19; i++){
  6. echo $x." ".$y;
  7. }
Runtime error #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '=', expecting ';' in /home/Cl0DZf/prog.php on line 5