Run ID:141379
提交时间:2025-12-22 19:37:27
a,b,c=input().split() a,b,c=int(a),int(b),int(c) f=a-((c//b)+1) print(f)