微信扫一扫
a=int( input()) b=int( input()) c=int( input()) print("{},{:.2f}".format(a+b+c,(a+b+c)/3))
相关推荐