fork download
  1. (print (mod -5 3))
  2. (print (mod 5 -3))
Success #stdin #stdout 0.02s 10584KB
stdin
Standard input is empty
stdout
1 
-1