Run ID:144321

提交时间:2026-01-21 19:17:26

n,x,y=map(int,input().split()) m=y/x if int(m)!=m: m+=1 left=n-int(m) if left<0: left=0 print(left)