#include <stdio.h>
#define ll long long
using namespace std;

int main()
{
scanf("%lld%lld", &a, &b);
printf("%lld", a+b);
}