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