#include<stdio.h>
int main()
{
    float n;
   scanf("%f",&n);
   int a;
   scanf("%d",&a);
   float b;
   scanf("%f",&b);
   float c;
   scanf("%f",&c);
   float d;
   scanf("%f",&d);
   float e;
   e=n+c+d
   
}