fork download
  1. # your code goes here
  2.  
  3. print -2 % 3
  4.  
  5. print 2 % 3
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
1
2