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