Run ID:129193

提交时间:2025-08-22 15:26:26

n,x,y=input().split() n = int(n) x = int(x) y = int(y) n = n - y//x -bool(y%x) print(n)