fork download
  1. <?php
  2. $input1 = trim(fgets(STDIN));
  3. for ($i = 1; $i <= $input1; $i++) {
  4. $input2 = trim(fgets(STDIN));
  5. $values = explode(" ", $input2);
  6. }
  7. /*echo "\n";
  8. for ($j = 0; $j <= count($values); $j++) {
  9.   $res = (double)($values[$i] / 10);
  10.   echo $res;
  11. }*/
Success #stdin #stdout 0.03s 24228KB
stdin
4
65
34
87
99
stdout
Standard output is empty