Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141380 王一诺 07苹果和虫子 Python3 Wrong Answer 30 MS 3760 KB 72 2025-12-22 19:39:15

Tests(0/10):


Code:

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


Run Info:

------Input------
389 1 24
------Answer-----
365
------Your output-----
364