#include #include using namespace std; using namespace boost::multiprecision; int main() { cpp_int A, B; cin >> A >> B; cout << A + B << endl; return 0; }