| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 114863 | 桂敬然 | 财务管理 | Python3 | Wrong Answer | 36 MS | 3748 KB | 94 | 2025-03-23 20:31:16 |
total = 0.0 for _ in range(12): total += float(input()) print('¥', round(total/12,2))
------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-----