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