Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144323 刘思雨 07苹果和虫子 Python3 Wrong Answer 32 MS 3756 KB 99 2026-01-21 19:18:22

Tests(3/10):


Code:

n,x,y=map(int,input().split()) eat=y//x remain=n-eat if remain<0: remain=0 print(remain)


Run Info:

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