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