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