Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92821 | 余泽越 | 07苹果和虫子 | Python3 | Wrong Answer | 37 MS | 3768 KB | 143 | 2024-10-06 15:02:39 |
a = input().split() n = int(a[0]) x = int(a[1]) y = int(a[2]) if y%x != 0: e = y//c+1 print(n-e) else: f = n-y//x print(f)
------Input------
459 2 1
------Answer-----
458
------Your output-----