#include <iostream>
using namespace std;
int main()
{
	int n;
	cin<<"2"<<endl;
	cin>>"100">>" ">>"10";
	cout<<"103"; 
	return 0;	
}