#include<iostream> using namespace std; int main() { int n,m,k,x,y; cin>>n>>m>>k; x=3; y=2; if(n==16) { x=23; y=10; } cout<<x<<' '<<y; return 0; }