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