#include<iostream> using namespace std; int main() { int sg,sb; cin>>sg; cin>>sb; cout<<sg+sb; return 0; }