#include<bits/stdc++.h>
using namespace std;
int main()
{
	int n,m,x,y,k;
	cin>>n>>m>>k;
	x=m+3;
	y=n;
	cout<<x<<y;
	return 0;
}