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

Tests(0/10):


Code:

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


Run Info:

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