fork download
  1. a = int(input())
  2. b = -a % 10
  3. print(b)
Success #stdin #stdout 0.03s 9792KB
stdin
-17
stdout
7