fork download
  1.  
  2. <?php
  3. $x = -9%5;
  4.  
  5. echo $x;
  6. ?>
  7.  
  8. // your code goes here
Success #stdin #stdout 0.02s 25524KB
stdin
Standard input is empty
stdout
-4  

// your code goes here