Run ID:141380
提交时间:2025-12-22 19:39:15
a,b,c=input().split() a,b,c=int(a),int(b),int(c) print(a-((c//b)+1))