#include using namespace std; int main() { int digits; cout << fixed << setprecision(9); long double A,B; cin >> A >> B; cout << A + B << endl; }