Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88650 07苹果和虫子 Python3 Wrong Answer 38 MS 3740 KB 76 2024-08-19 16:56:03

Tests(0/10):


Code:

n,x,y=input().split() n,x,y=int(n),int(x),int(y) b=n*x//y c=n-b print(c)


Run Info:

------Input------
389 1 24
------Answer-----
365
------Your output-----
373