Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90323 乔仲熠 02计算(a+b)/c Python3 Wrong Answer 37 MS 3756 KB 72 2024-09-11 19:19:46

Tests(0/10):


Code:

h=input().split() a=int(h[0]) b=int(h[1]) c=int(h[2]) print((a+b)/c)


Run Info:

------Input------
1901 131 1062
------Answer-----
1
------Your output-----
1.9133709981167608