Run ID:144323
提交时间:2026-01-21 19:18:22
n,x,y=map(int,input().split()) eat=y//x remain=n-eat if remain<0: remain=0 print(remain)