Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116762 张亦瑞 07苹果和虫子 Python3 Wrong Answer 36 MS 3756 KB 75 2025-04-12 13:55:05

Tests(3/10):


Code:

n,x,y=input().split() n,x,y=int(n),int(x),int(y) i=n-y//x print(i)


Run Info:

------Input------
459 2 1
------Answer-----
458
------Your output-----
459