Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89844 桂敬然 财务管理 Python3 Wrong Answer 34 MS 3736 KB 107 2024-09-07 11:03:47

Tests(0/1):


Code:

a2 = float(0) for i in range(12): a1 = float(input()) a2 = a1 + a2 print('¥', round(a2/12,2))


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