Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88641 | 空 | 07苹果和虫子 | Python3 | Wrong Answer | 42 MS | 3752 KB | 103 | 2024-08-19 16:38:28 |
n = int(input()) x = int(input()) y = int(input()) s = n-x*y if s > 0: pirnt(s) else: print(0)
------Input------
389 1 24
------Answer-----
365
------Your output-----