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