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