Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93708 丁俊杰 财务管理 Python3 Wrong Answer 34 MS 3728 KB 118 2024-10-19 09:39:08

Tests(0/1):


Code:

res=0 for i in range(12): n=float(input()) res+=n average=res/12 print("¥{:.2f}".format(average))


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-----