Run ID:116762
提交时间:2025-04-12 13:55:05
n,x,y=input().split() n,x,y=int(n),int(x),int(y) i=n-y//x print(i)