from decimal import Decimal a = Decimal(input()) b = Decimal(input()) c = Decimal(input()) print (a+b+c)