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