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

Tests(0/10):


Code:

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


Run Info:

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