#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a,b,c,d,e;
	cin>>a>>b>>c;
	d=3;
	e=2;
	cout<<d<<" "<<e;
	return 0;
 }