Run ID:144320

提交时间:2026-01-21 19:15:08

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