fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $n=3;
  5. $k= ($n / 2);
  6. $z=round($k);
  7. echo $z;
Success #stdin #stdout 0.03s 25592KB
stdin
Standard input is empty
stdout
2