#include<bits/stdc++.h> using namespace std; int main(){ cout<<40+(40-6)<<" "<<6/2<<endl; return 0; }