Run ID:141891
提交时间:2025-12-28 18:49:34
a,b,c=input().split() a,b,c=int(a),int(b),int(c) if c%b!=0: print(a-c//b-1) else: print(a-c//b)