Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90594 余睿毅 04计算平均分 Python3 Wrong Answer 34 MS 3752 KB 74 2024-09-15 20:39:09

Tests(0/10):


Code:

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


Run Info:

------Input------
401 355 919
------Answer-----
558.33
------Your output-----
558.3333333333334