fork download
  1. <?php
  2.  
  3. echo intdiv(13, 10) * 10 . "\n";
  4. echo intdiv(25, 10) * 10 . "\n";
  5. echo intdiv(137, 10) * 10 . "\n";
Success #stdin #stdout 0.03s 26080KB
stdin
Standard input is empty
stdout
10
20
130