Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89460 张祁清 07苹果和虫子 Python3 Wrong Answer 40 MS 3760 KB 56 2024-08-24 20:45:13

Tests(5/10):


Code:

n,x,y = map(int,input().split()) print(int((n-y/x)//1))


Run Info:

------Input------
5 1 12
------Answer-----
0
------Your output-----
-7