Run ID:89608

提交时间:2024-08-25 15:35:50

n = 0 for i in range(12): j = float(input()) n = j + n s = n / 12 print(f'¥{(s):.2f}')