Run ID:89844

提交时间:2024-09-07 11:03:47

a2 = float(0) for i in range(12): a1 = float(input()) a2 = a1 + a2 print('¥', round(a2/12,2))