#include <bits/stdc++.h>
using namespace std;
int main()
{
	int a,b,n,sum=0;
	cin>>a>>b;

	}
	cout<<sum;	
	return 0;
}