Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89826 乐享程阳阳老师 财务管理 Python3 Wrong Answer 35 MS 3744 KB 93 2024-09-07 10:44:23

Tests(0/1):


Code:

s=0 for i in range(12): a=float(input()) s+=a b = round(s/12,2) print("¥",b)


Run Info:

------Input------
12345.12 12434.45 42524.56 86342.11 23436.67 75443.45 43565.90 54342.00 11111.33 34365.09 12231.32 21344.65
------Answer-----
¥35790.55
------Your output-----