#include #include using namespace std; using namespace boost::multiprecision; int main() { cpp_int a, b; cin >> a >> b; cout << a + b << '\n'; }