Run ID:114862
提交时间:2025-03-23 20:23:44
total = 0.0 for _ in range(12): total += float(input()) average = total / 12 print(f"¥{average:.2f}")