Run ID:89609

提交时间:2024-08-25 15:36:56

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