Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94140 徐盛熠 07苹果和虫子 Python3 Wrong Answer 32 MS 3748 KB 87 2024-10-19 19:36:30

Tests(1/10):


Code:

c=input().split() a=c[0] a=int(a) b=c[1] x=c[2] x=int(x) b=int(b) print(a-x*b)


Run Info:

------Input------
290 4 8
------Answer-----
288
------Your output-----
258