a=int(input())
b=int(input())
c=int(input())
avg=a+b+c
print("0:.2f".format(avg))