#include<bits/stdc++.h>
using namespace std;
float a,b;
int main(){
    cin>>a>>b;
    cout<<a+b;
	return 0;
}

/**************************************************************
	Problem: 1001
	User: hongguangxi
	Language: C++
	Result: Wrong Answer
****************************************************************/