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