Run ID:139382

提交时间: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))