#44501: cpp AC :)


1121232@stu.wghs.tp.edu.tw (Ian911436)


#include <bits/stdc++.h>
using namespace std;
 
int main() {
string n, m;
getline(cin, n);
getline(cin, m);
cout << n << " and " << m <<" sitting in the tree";
}