Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
114864 桂敬然 财务管理 Python3 Wrong Answer 39 MS 3724 KB 105 2025-03-23 20:37:08

Tests(0/1):


Code:

total = 0.0 for _ in range(12): total += float(input()) n = total/12 print('¥', round(n,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-----