为社么不行

王一诺  •  2天前


a,b,c=input().split() 
a,b,c=int(a),int(b),int(c) 
print(a-((c//b)+1)) 


评论: