#include<bits/stdc++.h>
using namespace std;
int main()
{

	int a,b,c;
	cin>>a>>endl>>b;
	c=103;
	cout<<103;
	
	return 0;
 }