#include<iostream>
#include <cstdlib>
using namespace std;
int main()
{
float a, b, c;
cin>>a>>b;
c=a+b;
cout<<c<<endl;
return 0;
}
#include
cout<