# include using namespace std; # define fi cin # define fo cout int main(void) { long long a,b; fi>>a>>b; return fo << (a+b) << '\n',0; }