#include<bits/stdc++.h>	 
using namespace std;
int main(){
	int x,y,k;
	cin>>x>>y>>k;
	if(x=16,y=16,k=233)cout<<("23 10");
	else cout<<("3 2");
	
	
	return 0;	
	}