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