| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 139382 | 杨炬铃 | 04计算平均分 | Python3 | Wrong Answer | 30 MS | 3748 KB | 168 | 2025-12-06 15:37:36 |
chinese=int(input()) math=int(input()) english=int(input()) def f(chinese,math,english): return round((chinse+math+english)/3,2) print(f(chinese,math,english))
------Input------
401 355 919
------Answer-----
558.33
------Your output-----