Guest User

Untitled

a guest
Jun 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a,b = map(int, raw_input().split())
  2. n = a-b
  3.  
  4. i = n%10
  5. n = n-i
  6. n += 1
  7. print n
Add Comment
Please, Sign In to add comment