#include<bits/stdc++.h>
using namespace std;
int main(){
	int a,s;
	cin>>a>>s;
	cout<<a+s;
	return 0;
} 
/**************************************************************
	Problem: 1000
	User: hongjiachen
	Language: C
	Result: Compile Error
****************************************************************/