Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92820 | 余泽越 | 07苹果和虫子 | Python3 | Wrong Answer | 33 MS | 3764 KB | 142 | 2024-10-06 15:01:38 |
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------
389 1 24
------Answer-----
365
------Your output-----
365.0