Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90409 谭景年 04计算平均分 Python3 Wrong Answer 36 MS 3760 KB 75 2024-09-14 19:21:40

Tests(0/10):


Code:

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


Run Info:

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