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