Run ID:89459

提交时间:2024-08-24 20:40:51

n,x,y = map(int,input().split()) if y//x<y/x: print(n-y//x-1) elif y//x == y/x: print(n-y//x)