Run ID:93708

提交时间:2024-10-19 09:39:08

res=0 for i in range(12): n=float(input()) res+=n average=res/12 print("¥{:.2f}".format(average))