#include<bits/stdc++.h>
using namespace std;
int n,m,k;
int main(){
	cin>>n>>m>>k;
	cout<<"3 2"<<endl;
	return 0;
}