Run ID:94163
提交时间:2024-10-19 20:17:52
s = input().split() s = list(map(int, s)) n = s[0] x = s[1] y = s[2] m = y // x if y % x != 0: n-=1 print(n-m)