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