Run ID:114863
提交时间:2025-03-23 20:31:16
total = 0.0 for _ in range(12): total += float(input()) print('¥', round(total/12,2))