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